--- np2/wince/gx/gx.cpp 2003/12/05 19:42:04 1.4 +++ np2/wince/gx/gx.cpp 2004/07/15 13:48:40 1.5 @@ -16,11 +16,18 @@ enum { }; #endif #else +#if defined(SUPPORT_SOFTKBD) +enum { + WINDOW_WIDTH = 640, + WINDOW_HEIGHT = 480 +}; +#else enum { WINDOW_WIDTH = 640, WINDOW_HEIGHT = 400 }; #endif +#endif #pragma pack(push, 1) typedef struct {