forgot to commit this one for win/fullscreen

This commit is contained in:
Rob Haarsma 2003-05-08 20:53:38 +00:00
parent c794506cb3
commit cf6def23e3

@ -342,10 +342,15 @@ int main(int argc, char **argv)
*/
winlay_get_screensize(&sizx, &sizy);
setprefsize(0, 0, sizx, sizy);
#ifdef _WIN32 // FULLSCREEN
G.windowstate = G_WINDOWSTATE_BORDER;
#endif
break;
case 'W':
/* XXX, fixme zr, borderless on win32 */
setfullscreen();
#ifdef _WIN32 // FULLSCREEN
G.windowstate = G_WINDOWSTATE_FULLSCREEN;
#endif
break;
case 'n':
case 'N':