]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
fix the run-time behaviour after the last compilation fixing patch
[wxWidgets.git] / include / wx / gtk / toplevel.h
index c5d99c5de4d601b7f3c7d3940a26a821b18c0f09..7e0a51d9813c219a17b8361f9175309ca875946f 100644 (file)
@@ -114,6 +114,9 @@ public:
                                  int maxW = wxDefaultCoord, int maxH = wxDefaultCoord,
                                  int incW = wxDefaultCoord, int incH = wxDefaultCoord );
 
+    // return the full size of the window without WM decorations
+    void GTKDoGetSize(int *width, int *height) const;
+
 protected:
     // common part of all ctors
     void Init();