X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc4025af9a663583878b02e30073e29205ae5d9f..dabd1377ce769598bda630dfad548be055e2a89b:/include/wx/x11/app.h?ds=sidebyside diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index 4eab1ecb67..0a689ed00f 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -107,7 +107,8 @@ public: 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; @@ -125,6 +126,7 @@ public: int m_visualBluePrec; unsigned char *m_colorCube; +#endif protected: bool m_keepGoing;