--- np2/macosx/np2.h 2003/10/23 21:00:24 1.4 +++ np2/macosx/np2.h 2003/12/02 11:09:07 1.12 @@ -1,15 +1,21 @@ typedef struct { + char titles[256]; + + int winx; + int winy; BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; BYTE F12COPY; + BYTE MOUSE_SW; + BYTE JOYPAD1; BYTE comfirm; - BYTE resume; // ver0.30 - //BYTE statsave; + BYTE resume; + BYTE toolwin; BYTE I286SAVE; } NP2OSCFG; @@ -26,4 +32,6 @@ enum { extern WindowPtr hWndMain; extern BOOL np2running; extern NP2OSCFG np2oscfg; +extern BYTE scrnmode; +void recieveCommand(long param); \ No newline at end of file