Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2004-11-11 23:24:43 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2004-11-11 23:24:43 +0300
commit74786fcd692833ccfbe212867a693c4eaf40d5cc (patch)
treea3f9e45aec65ed16152055108bbd84f7770fe2fe /source/blender/src/ghostwinlay.c
parentac866cad12bcae16b9da23c1bc93daeb45ecd527 (diff)
Fix for #1777:
- Flagged screens as 'dirty' to be redrawn at next swapbuffers.
Diffstat (limited to 'source/blender/src/ghostwinlay.c')
-rw-r--r--source/blender/src/ghostwinlay.c3
1 files changed, 3 insertions, 0 deletions
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