--- np2/x11/compiler.h 2008/03/13 16:27:39 1.36 +++ np2/x11/compiler.h 2008/04/03 13:51:20 1.38 @@ -1,4 +1,4 @@ -/* $Id: compiler.h,v 1.36 2008/03/13 16:27:39 monaka Exp $ */ +/* $Id: compiler.h,v 1.38 2008/04/03 13:51:20 monaka Exp $ */ /*- * Copyright (c) 2003, 2004 NONAKA Kimihiro @@ -228,6 +228,8 @@ UINT32 gettick(void); #define SUPPORT_KEYDISP #define SUPPORT_SOFTKBD 0 +#define SUPPORT_SCREENSIZE + #if defined(USE_SDLAUDIO) || defined(USE_SDLMIXER) #define SUPPORT_JOYSTICK #define USE_SDL_JOYSTICK @@ -246,5 +248,6 @@ extern char timidity_cfgfile_path[MAX_PA #include "rect.h" #include "lstarray.h" #include "trace.h" +#include "toolkit.h" #endif /* NP2_X11_COMPILER_H__ */