--- np2/macosx/np2.h 2003/10/31 16:55:06 1.8 +++ np2/macosx/np2.h 2003/12/02 11:09:07 1.12 @@ -1,5 +1,9 @@ typedef struct { + char titles[256]; + + int winx; + int winy; BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; @@ -11,6 +15,7 @@ typedef struct { BYTE comfirm; BYTE resume; + BYTE toolwin; BYTE I286SAVE; } NP2OSCFG; @@ -28,3 +33,5 @@ extern WindowPtr hWndMain; extern BOOL np2running; extern NP2OSCFG np2oscfg; extern BYTE scrnmode; + +void recieveCommand(long param); \ No newline at end of file