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_screen.h
parent97feb53f3659ce4e074af29901a561fcac460d39 (diff)
added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
Diffstat (limited to 'source/blender/include/BIF_screen.h')
-rw-r--r--source/blender/include/BIF_screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/include/BIF_screen.h b/source/blender/include/BIF_screen.h
index 7c61896cd7f..416df442e7c 100644
--- a/source/blender/include/BIF_screen.h
+++ b/source/blender/include/BIF_screen.h
@@ -95,7 +95,6 @@ int is_allowed_to_change_screen(struct bScreen *newp);
void splash(void * data, int datasizei, char * string);
void screenmain(void);
void getdisplaysize(void);
-void setfullscreen(void);
void setprefsize(int stax, int stay, int sizx, int sizy);
void calc_arearcts(struct ScrArea *sa);
void resize_screen(int x, int y, int w, int h);