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