--- np2/win9x/scrnmng.cpp 2003/11/07 20:29:19 1.12 +++ np2/win9x/scrnmng.cpp 2004/01/05 05:04:54 1.14 @@ -385,7 +385,7 @@ BOOL scrnmng_create(BYTE scrnmode) { if (scrnmode & SCRNMODE_FULLSCREEN) { dclock_init(); -#if 1 +#if 0 ddraw2->SetCooperativeLevel(hWndMain, DDSCL_EXCLUSIVE | DDSCL_FULLSCREEN); #else @@ -632,6 +632,7 @@ void scrnmng_setwidth(int posx, int widt void scrnmng_setextend(int extend) { scrnstat.extend = extend; + scrnmng.allflash = TRUE; renewalclientsize(TRUE); }