-  Flagged screens as 'dirty' to be redrawn at next swapbuffers.
This commit is contained in:
2004-11-11 20:24:43 +00:00
parent ac866cad12
commit 74786fcd69

View File

@@ -719,6 +719,9 @@ void window_lower(Window *win) {
void window_raise(Window *win) {
GHOST_SetWindowOrder(win->ghostwin, GHOST_kWindowOrderTop);
#ifdef _WIN32
markdirty_all(); /* to avoid redraw errors in fullscreen mode (aphex) */
#endif
}
#ifdef _WIN32 //FULLSCREEN