|
|
| version 1.10, 2003/11/04 19:23:03 | 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 614 void scrnmng_clearwinui(void) { | Line 614 void scrnmng_clearwinui(void) { |
| clearoutfullscreen(); | clearoutfullscreen(); |
| ddraw.menudisp = 0; | ddraw.menudisp = 0; |
| } | } |
| else { | |
| if (np2oscfg.wintype) { | |
| np2class_enablemenu(hWndMain, FALSE); | |
| InvalidateRect(hWndMain, NULL, TRUE); | |
| } | |
| } | |
| mousemng_enable(MOUSEPROC_WINUI); | mousemng_enable(MOUSEPROC_WINUI); |
| } | } |
| Line 626 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); |
| } | } |