]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
Forbid setting hints for multi-line text controls.
[wxWidgets.git] / include / wx / gtk1 / app.h
index ee059e1bee6920cc138dadfcedc3542654a72363..cd279468ff795cdd5a062732f0f734c72eac73b9 100644 (file)
@@ -14,6 +14,8 @@
 #include "wx/icon.h"
 #include "wx/strconv.h"
 
+typedef struct _GdkVisual GdkVisual;
+
 //-----------------------------------------------------------------------------
 // classes
 //-----------------------------------------------------------------------------
@@ -53,12 +55,12 @@ public:
 
     bool IsInAssert() const { return m_isInAssert; }
 
-    gint            m_idleTag;
+    int             m_idleTag;
     void RemoveIdleTag();
 
     unsigned char  *m_colorCube;
 
-    // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
+    // Used by the wxGLApp and wxGLCanvas class for GL-based X visual
     // selection.
     void           *m_glVisualInfo; // this is actually an XVisualInfo*
     void           *m_glFBCInfo; // this is actually an GLXFBConfig*