// Processes an X event.
virtual bool ProcessXEvent(WXEvent* event);
- virtual void OnAssert(const wxChar *file, int line, const wxChar *msg);
+#ifdef __WXDEBUG__
+ virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg);
+#endif // __WXDEBUG__
protected:
bool m_showOnInit;
static long sm_lastMessageTime;
bool m_showIconic;
wxSize m_initialSize;
-
+
+#if !wxUSE_NANOX
// Someone find a better place for these
int m_visualType; // TrueColor, DirectColor etc.
int m_visualDepth;
int m_visualBluePrec;
unsigned char *m_colorCube;
+#endif
protected:
bool m_keepGoing;