--- np2/wince/np2.h 2003/12/05 19:42:03 1.3 +++ np2/wince/np2.h 2004/01/05 07:22:02 1.5 @@ -6,13 +6,15 @@ typedef struct { BYTE resume; #if !defined(GX_DLL) - int posx; - int posy; + int winx; + int winy; #endif #if defined(WIN32_PLATFORM_PSPC) BYTE bindcur; BYTE bindbtn; #endif + + BYTE jastsnd; } NP2OSCFG;