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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-10 21:49:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-10 21:49:26 +0400
commitd6a6f285d6b1983d2cf823e81570ad03dbc5bf06 (patch)
tree1f289be8ced940a611059dafcc2ecbfe11cea09b /source/blender/windowmanager/wm_window.h
parent78941c16767688731bed2deebc27e911723fb191 (diff)
patch [#30511] Save/load window state (allows Blender to start maximised)
from Tom Edwards (artfunkel) This patch fixes bug [#20791]
Diffstat (limited to 'source/blender/windowmanager/wm_window.h')
-rw-r--r--source/blender/windowmanager/wm_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_window.h b/source/blender/windowmanager/wm_window.h
index 27eb4542877..6fd4ced9c23 100644
--- a/source/blender/windowmanager/wm_window.h
+++ b/source/blender/windowmanager/wm_window.h
@@ -46,7 +46,7 @@ void wm_window_free (bContext *C, wmWindowManager *wm, wmWindow *win);
void wm_window_close (bContext *C, wmWindowManager *wm, wmWindow *win);
void wm_window_title (wmWindowManager *wm, wmWindow *win);
-void wm_window_add_ghostwindows (bContext *C, wmWindowManager *wm);
+void wm_window_add_ghostwindows (wmWindowManager *wm);
void wm_window_process_events (const bContext *C);
void wm_window_process_events_nosleep(void);