]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 3d645485739ed85c3c296234c42cd216a3db3f53..dcf60a8c7e33a7ded6f0bd825553000bf7a33579 100644 (file)
@@ -94,6 +94,8 @@ public:
 
     GtkWidget    *m_mainWidget;
 
+    bool m_deferShow;
+
     bool          m_fsIsShowing;         /* full screen */
     int           m_fsSaveGdkFunc, m_fsSaveGdkDecor;
     wxRect        m_fsSaveFrame;
@@ -112,9 +114,6 @@ public:
     // return the size of the window without WM decorations
     void GTKDoGetSize(int *width, int *height) const;
 
-    // whether frame extents are accurate
-    virtual bool IsDecorCacheable() const;
-
 protected:
     // give hints to the Window Manager for how the size
     // of the TLW can be changed by dragging