fix fullscreen getting "stuck"

This commit is contained in:
Glenn Maynard
2002-12-28 21:37:18 +00:00
parent 387905a785
commit 9aa85c2293
3 changed files with 16 additions and 3 deletions
+3
View File
@@ -30,6 +30,9 @@ public:
bool SetVideoMode( bool windowed, int width, int height, int bpp, int rate, bool vsync );
/* Call this when the resolution has been changed externally: */
void ResolutionChanged(int width, int height);
void Clear();
void Flip();
bool IsWindowed() const;