From 74786fcd692833ccfbe212867a693c4eaf40d5cc Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Thu, 11 Nov 2004 20:24:43 +0000 Subject: [PATCH] Fix for #1777: - Flagged screens as 'dirty' to be redrawn at next swapbuffers. --- source/blender/src/ghostwinlay.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/src/ghostwinlay.c b/source/blender/src/ghostwinlay.c index b6e49df47b5..c1ed4134ac2 100644 --- a/source/blender/src/ghostwinlay.c +++ b/source/blender/src/ghostwinlay.c @@ -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