]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/window.h
applying patch 1345435
[wxWidgets.git] / include / wx / mgl / window.h
index f465825db5bef3f29cbcef525a3b57d868e0a8b3..33f92875af0dc2aa5361b8721d5717554e790817 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "window.h"
-#endif
-
 #include "wx/font.h"
 
 struct window_t;
@@ -95,6 +91,8 @@ public:
 
     // implementation from now on
     // --------------------------
+    
+    void OnInternalIdle();
 
 protected:
     // the window handle
@@ -125,8 +123,6 @@ protected:
     // themselves inside the given rectangle
     virtual void DoMoveWindow(int x, int y, int width, int height);
     
-    void OnInternalIdle();
-
 private:
     // common part of all ctors
     void Init();