]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently,
[wxWidgets.git] / include / wx / x11 / app.h
index 4eab1ecb67522c0383c2fbfd51fef1d717a7526a..0a689ed00f08d60f5ac66902b656f5ab35e74eaa 100644 (file)
@@ -107,7 +107,8 @@ public:
     static long           sm_lastMessageTime;
     bool                  m_showIconic;    
     wxSize                m_initialSize;
     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;
     // 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;
     int                   m_visualBluePrec;
     
     unsigned char        *m_colorCube;
+#endif
     
 protected:
     bool                  m_keepGoing;
     
 protected:
     bool                  m_keepGoing;