added fullscreen command line switch on Win32 -W

written by Florian Eggenberger.
This commit is contained in:
2003-05-05 10:51:52 +00:00
parent e234b144cb
commit 9e79a6222f
4 changed files with 18 additions and 5 deletions

View File

@@ -95,6 +95,7 @@ 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);