--- np2/macos9/np2.h 2003/10/23 15:57:16 1.2 +++ np2/macos9/np2.h 2004/01/07 08:33:00 1.6 @@ -1,11 +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;