]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
Fix redraw problems with hint rectangle when there is no transparency
[wxWidgets.git] / src / x11 / app.cpp
index a63e55214fee12445624b850885a1326edefb354..f379aef0378705e64c4ee5bbc578bbf0ecd39d14 100644 (file)
     #include "wx/icon.h"
     #include "wx/dialog.h"
     #include "wx/timer.h"
+    #include "wx/memory.h"
+    #include "wx/gdicmn.h"
 #endif
 
-#include "wx/gdicmn.h"
 #include "wx/module.h"
-#include "wx/memory.h"
 #include "wx/evtloop.h"
 #include "wx/filename.h"
 
@@ -46,8 +46,6 @@
 //   global data
 //------------------------------------------------------------------------
 
-extern wxList wxPendingDelete;
-
 wxWindowHash *wxWidgetHashTable = NULL;
 wxWindowHash *wxClientWidgetHashTable = NULL;