--- np2/macosx/np2.h 2003/10/31 16:55:06 1.8 +++ np2/macosx/np2.h 2004/01/05 03:59:11 1.14 @@ -1,9 +1,14 @@ typedef struct { + char titles[256]; + + int winx; + int winy; BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; - BYTE F12COPY; + BYTE F11KEY; + BYTE F12KEY; BYTE MOUSE_SW; BYTE JOYPAD1; @@ -11,6 +16,8 @@ typedef struct { BYTE comfirm; BYTE resume; + BYTE toolwin; + BYTE jastsnd; BYTE I286SAVE; } NP2OSCFG; @@ -28,3 +35,5 @@ extern WindowPtr hWndMain; extern BOOL np2running; extern NP2OSCFG np2oscfg; extern BYTE scrnmode; + +void recieveCommand(long param); \ No newline at end of file