--- np2/macos9/np2.h 2003/10/23 07:20:43 1.1 +++ np2/macos9/np2.h 2003/11/12 00:55:38 1.4 @@ -1,14 +1,15 @@ typedef struct { + int posx; + int posy; + BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; BYTE F12COPY; -#if defined(NP2GCC) BYTE MOUSE_SW; -#endif - + BYTE resume; BYTE I286SAVE; } NP2OSCFG;