Commit Graph
14 Commits
Author SHA1 Message Date
Chris Danford 20190e2e66 Unhide and set window dimensions in one call to SetWindowPos. Fixes wrong window dimensions after unhiding on my notebook. Not sure why this wasn't working in 2 separate calls though. 2005-11-23 02:36:02 +00:00
Glenn Maynard 4f52fab65a In OpenGL (not D3D), it's our job to unset and reset the full-screen video mode
when we lose focus.
2005-11-11 21:22:18 +00:00
Glenn Maynard cbc31d637b easier to search for by class name 2005-11-11 21:08:35 +00:00
Chris Danford 7f5a4b8373 move VideoModeParams out of RageDisplay to reduce header dependencies 2005-11-10 18:37:04 +00:00
Glenn Maynard 9d090cbe7d static 2005-11-09 13:34:17 +00:00
Steve Checkoway 33c0408ca2 Move ExitGame into GameLoop.h 2005-10-30 09:45:39 +00:00
Glenn Maynard d7ce21c03d maybe fix screensaver coming on sometimes 2005-10-27 23:00:17 +00:00
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +00:00
Glenn Maynard b85b6c7839 fixups for upcoming changes 2005-07-12 23:44:17 +00:00
Glenn Maynard 1ffe2f4b89 make g_hWndMain local to GraphicsWindow 2005-02-07 09:16:48 +00:00
Glenn Maynard 28241e30aa add GraphicsWindow::GetHwnd 2005-02-07 09:09:29 +00:00
Glenn Maynard bc9c3d1af9 This call is only in Win2k, VC6 is having trouble finding it, and I can't
seem to find the prototype (even in VC7--despite the fact that it does have
one), and it's not important enough to spend more time on right now ...
2005-01-24 00:27:04 +00:00
Glenn Maynard 1520875656 log processes that we lose focus to, to aid debugging of "stepmania loses
focus" bug reports
2005-01-23 01:22:14 +00:00
Glenn Maynard aa73f66bde windows ogl/d3d helpers 2004-09-21 08:55:39 +00:00