--- np2/macos9/np2.h 2003/10/23 07:20:43 1.1 +++ np2/macos9/np2.h 2004/08/16 08:33:02 1.7 @@ -1,14 +1,24 @@ typedef struct { + int posx; + int posy; + BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; - BYTE F12COPY; - -#if defined(NP2GCC) BYTE MOUSE_SW; + + BYTE F11KEY; + BYTE F12KEY; + +#if defined(SUPPORT_RESUME) + BYTE resume; +#endif +#if defined(SUPPORT_STATSAVE) + BYTE statsave; #endif + BYTE jastsnd; BYTE I286SAVE; } NP2OSCFG;