--- np2/macos9/np2.h 2003/11/09 21:57:04 1.3 +++ np2/macos9/np2.h 2004/01/07 08:33:00 1.6 @@ -1,12 +1,17 @@ typedef struct { + int posx; + int posy; + BYTE NOWAIT; BYTE DRAW_SKIP; BYTE DISPCLK; - BYTE F12COPY; - BYTE MOUSE_SW; + + BYTE F11KEY; + BYTE F12KEY; BYTE resume; + BYTE jastsnd; BYTE I286SAVE; } NP2OSCFG;