|
|
| version 1.10, 2003/11/04 19:23:03 | version 1.13, 2003/12/01 03:38:52 |
|---|---|
| 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); |
| } | } |