X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/657a8a359826e46a7fc458216403f54deca34989..7dd65e5abec0e17660fcfad691f4f33686c01d9b:/include/wx/gtk1/app.h?ds=inline diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index ee059e1bee..cd279468ff 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -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*