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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-12-08 16:08:24 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2003-12-08 16:08:24 +0300
commitb4192ad94bad0aed066a933e0a1a9568d9c677f8 (patch)
treeacb23cadbdc03f46bb8b8a675d84c2567d58d4ae /source/blender/include
parentd57df6373ea750e58ef08a67c707ee07d3d65fd4 (diff)
Prints current blend filename in windowheader.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_space.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 924e1a0274b..fdc3d2da80e 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -109,6 +109,7 @@ extern void group_menu(void);
extern void mainwindow_toggle_fullscreen(int fullscreen);
#endif
+extern void mainwindow_set_title(char *title);
extern void mainwindow_raise(void);
extern void mainwindow_make_active(void);
extern void mainwindow_close(void);