--- np2/macos9/np2.h 2003/11/12 00:55:38 1.4 +++ np2/macos9/np2.h 2004/08/16 08:33:02 1.7 @@ -6,10 +6,19 @@ typedef struct { BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; - BYTE F12COPY; - 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;