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:
authorTon Roosendaal <ton@blender.org>2009-02-13 16:33:01 +0300
committerTon Roosendaal <ton@blender.org>2009-02-13 16:33:01 +0300
commit1d5115c2512704afad35efd40082e63fda1863e8 (patch)
tree9067573e950630a0ee101abe74140cdc428e0145 /source/blender/windowmanager/wm_window.h
parent4d0f30f4750cf2d000ecbd8a347e2e4da5474fc3 (diff)
2.5
feature restored: window title shows file name, if saved/loaded.
Diffstat (limited to 'source/blender/windowmanager/wm_window.h')
-rw-r--r--source/blender/windowmanager/wm_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm_window.h b/source/blender/windowmanager/wm_window.h
index 86ceac9203e..5db86989fd9 100644
--- a/source/blender/windowmanager/wm_window.h
+++ b/source/blender/windowmanager/wm_window.h
@@ -36,6 +36,8 @@ void wm_ghost_init (bContext *C);
wmWindow *wm_window_new (bContext *C);
void wm_window_free (bContext *C, wmWindow *win);
+
+void wm_window_titles (wmWindowManager *wm);
void wm_window_add_ghostwindows (wmWindowManager *wm);
void wm_window_process_events (const bContext *C);