]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Extend history api using the ie backend to include loading history items, and getting...
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 635475bf9a25afe914f3ca88f6f704b951748610..bd58083b8a6c1a24a8d8c17ded041a0d6fb8a5c6 100644 (file)
@@ -117,6 +117,8 @@ public:
     // private gtk_timeout_add result for mimicing wxUSER_ATTENTION_INFO and
     // wxUSER_ATTENTION_ERROR difference, -2 for no hint, -1 for ERROR hint, rest for GtkTimeout handle.
     int m_urgency_hint;
+    // timer for detecting WM with broken _NET_REQUEST_FRAME_EXTENTS handling
+    unsigned m_netFrameExtentsTimerId;
 
     // return the size of the window without WM decorations
     void GTKDoGetSize(int *width, int *height) const;