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:
authorClément Foucault <foucault.clem@gmail.com>2018-07-23 18:44:16 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-23 18:44:34 +0300
commit8876e3aae25ad0e74baf362413b0fd113aa5b638 (patch)
treec9ee45b7aa42e81a1c22cc5927e8d0cb520f2df5 /source/blender/windowmanager/wm_window.h
parent87090abb95263eb2eb830face64777a0eb3e7957 (diff)
Fix assert when loading file with multiple windows opened
... or when loading a file when having more windows opened than the file itself.
Diffstat (limited to 'source/blender/windowmanager/wm_window.h')
-rw-r--r--source/blender/windowmanager/wm_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm_window.h b/source/blender/windowmanager/wm_window.h
index 385d61217ad..4fd5d66fb43 100644
--- a/source/blender/windowmanager/wm_window.h
+++ b/source/blender/windowmanager/wm_window.h
@@ -57,6 +57,7 @@ void wm_window_ghostwindows_remove_invalid(bContext *C, wmWindowManager *wm);
void wm_window_process_events (const bContext *C);
void wm_window_process_events_nosleep(void);
+void wm_window_clear_drawable(wmWindowManager *wm);
void wm_window_make_drawable(wmWindowManager *wm, wmWindow *win);
void wm_window_reset_drawable(void);