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-05-08 20:24:58 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-08 20:24:58 +0400
commitad0bf55843f8c025132b2f86569e87b31673d1ac (patch)
tree68d9b6616837bb030ffcf89d4259398d5646c064 /source/blender/include/BIF_space.h
parent97feb53f3659ce4e074af29901a561fcac460d39 (diff)
added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 2c6f6f1ecee..fc1d6ab2312 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -85,6 +85,10 @@ extern void winqreadseqspace(struct ScrArea *sa, void *spacedata, struct B
extern void test_butspace(void);
extern void start_game(void);
+#ifdef _WIN32 // FULLSCREEN
+extern void mainwindow_toggle_fullscreen(int fullscreen);
+#endif
+
extern void mainwindow_raise(void);
extern void mainwindow_make_active(void);
extern void mainwindow_close(void);