]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
memdc and bitmap fixes
[wxWidgets.git] / include / wx / gtk1 / frame.h
index 42b6adb9a9f3d9c8b1801e7a446950d21d5e1aa5..517edc95069851ef95f9823f62831aff8975edec 100644 (file)
@@ -70,7 +70,9 @@ class wxFrame: public wxWindow
     wxString GetTitle(void) const;
     void OnActivate( wxActivateEvent &WXUNUSED(event) ) {};
     
-    void GtkOnSize( int width, int height );
+  //private:    
+    
+    void GtkOnSize( int x, int y, int width, int height );
     
   private: