--- np2/x11/np2.h 2004/07/26 15:53:26 1.12 +++ np2/x11/np2.h 2007/01/12 16:41:25 1.14 @@ -1,6 +1,8 @@ #ifndef NP2_X11_NP2_H__ #define NP2_X11_NP2_H__ +#include + #include "joymng.h" typedef struct { @@ -58,10 +60,7 @@ typedef struct { BYTE mouse_move_ratio; - char toolkit[32]; - BYTE disablemmx; - BYTE shared_pixmap; } NP2OSCFG; @@ -83,7 +82,7 @@ extern "C" { #endif /* np2.c */ -extern volatile BOOL np2running; +extern volatile sig_atomic_t np2running; extern NP2OSCFG np2oscfg; extern BYTE scrnmode; @@ -94,7 +93,7 @@ extern UINT framemax; extern BOOL s98logging; extern int s98log_count; -extern BOOL use_shared_pixmap; +extern int verbose; extern char hddfolder[MAX_PATH]; extern char fddfolder[MAX_PATH];