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/src/winlay.h
parent97feb53f3659ce4e074af29901a561fcac460d39 (diff)
added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
Diffstat (limited to 'source/blender/src/winlay.h')
-rw-r--r--source/blender/src/winlay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/winlay.h b/source/blender/src/winlay.h
index fb2a2fcb89d..2f5cc3ce386 100644
--- a/source/blender/src/winlay.h
+++ b/source/blender/src/winlay.h
@@ -44,6 +44,10 @@ void window_set_timer (Window *win, int delay_ms, int event);
void window_make_active (Window *win);
void window_swap_buffers (Window *win);
+#ifdef _WIN32 // FULLSCREEN
+void window_toggle_fullscreen(Window *win, int fullscreen);
+#endif
+
void window_raise (Window *win);
void window_lower (Window *win);