added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
This commit is contained in:
@@ -207,6 +207,10 @@ void initglobals(void)
|
||||
|
||||
sprintf(versionstr, "www.blender.org %d", G.version);
|
||||
|
||||
#ifdef _WIN32 // FULLSCREEN
|
||||
G.windowstate = G_WINDOWSTATE_USERDEF;
|
||||
#endif
|
||||
|
||||
clear_workob(); /* object.c */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user