X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d97237dac7f35e78f4a1ce1877dafc7b05ffb4f..147bf2639f28010ad095298941e9eb206328d2c1:/include/wx/gtk/app.h?ds=inline diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index adddee2b47..dc9d3f50de 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -7,12 +7,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKAPPH__ -#define __GTKAPPH__ - -#include "wx/frame.h" -#include "wx/icon.h" -#include "wx/strconv.h" +#ifndef _WX_GTK_APP_H_ +#define _WX_GTK_APP_H_ //----------------------------------------------------------------------------- // classes @@ -56,8 +52,8 @@ public: bool IsInAssert() const { return m_isInAssert; } #endif // __WXDEBUG__ - gint m_idleTag; - void RemoveIdleTag(); + guint m_idleTag; + void RemoveIdleSource(); // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual // selection. @@ -77,4 +73,4 @@ private: DECLARE_EVENT_TABLE() }; -#endif // __GTKAPPH__ +#endif // _WX_GTK_APP_H_