X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33c0d0ed7516b743a59969bc0c6d069735e39d7a..2e98aa124386e26c78ca725430c0b0c692db9fc2:/src/gtk/popupwin.cpp diff --git a/src/gtk/popupwin.cpp b/src/gtk/popupwin.cpp index 91ed9b009b..f721ea4405 100644 --- a/src/gtk/popupwin.cpp +++ b/src/gtk/popupwin.cpp @@ -21,15 +21,9 @@ #include #include +#include "wx/gtk/private.h" //for idle stuff #include "wx/gtk/win_gtk.h" -//----------------------------------------------------------------------------- -// idle system -//----------------------------------------------------------------------------- - -extern void wxapp_install_idle_handler(); -extern bool g_isIdle; - //----------------------------------------------------------------------------- // "button_press" //-----------------------------------------------------------------------------