move VideoModeParams out of RageDisplay to reduce header dependencies

This commit is contained in:
Chris Danford
2005-11-10 18:37:04 +00:00
parent af115bab90
commit 7f5a4b8373
10 changed files with 106 additions and 88 deletions
@@ -9,11 +9,11 @@ public:
LowLevelWindow_Win32();
~LowLevelWindow_Win32();
void *GetProcAddress( CString s );
CString TryVideoMode( RageDisplay::VideoModeParams p, bool &bNewDeviceOut );
CString TryVideoMode( VideoModeParams p, bool &bNewDeviceOut );
void SwapBuffers();
void Update();
RageDisplay::VideoModeParams GetVideoModeParams() const;
VideoModeParams GetVideoModeParams() const;
};
#ifdef ARCH_LOW_LEVEL_WINDOW