X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk1/app.h diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index c7c2f39e0e..c8b7dc8a97 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -2,7 +2,6 @@ // Name: wx/gtk1/app.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,6 +13,8 @@ #include "wx/icon.h" #include "wx/strconv.h" +typedef struct _GdkVisual GdkVisual; + //----------------------------------------------------------------------------- // classes //----------------------------------------------------------------------------- @@ -53,7 +54,7 @@ public: bool IsInAssert() const { return m_isInAssert; } - gint m_idleTag; + int m_idleTag; void RemoveIdleTag(); unsigned char *m_colorCube;