]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
DnD feedback
[wxWidgets.git] / include / wx / gtk / app.h
index 07d586dcb81f0d0665e8bab1f3478f9aa3533bc7..60ff70c26992f491c877958ea887f9cc46b0391e 100644 (file)
@@ -117,15 +117,16 @@ class wxApp: public wxEvtHandler
     bool ProcessIdle();
     void DeletePendingObjects();
 
-    bool          m_initialized;
-    bool          m_exitOnFrameDelete;
-    bool          m_wantDebugOutput;
-    wxWindow     *m_topWindow;
+    bool            m_initialized;
+    bool            m_exitOnFrameDelete;
+    bool            m_wantDebugOutput;
+    wxWindow       *m_topWindow;
     
-    gint          m_idleTag;
+    gint            m_idleTag;
+    unsigned char  *m_colorCube;
 
-    int         argc;
-    char      **argv;
+    int             argc;
+    char          **argv;
 
     static wxAppInitializerFunction m_appInitFn;