]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
added support for 2 extra mouse buttons (patch 1757630)
[wxWidgets.git] / include / wx / gtk / popupwin.h
index 18b7a743ccc09e135d28410ed94fd2c27249ce24..e150b2d3e79d3f3d03b0c4856d17e890935b4392 100644 (file)
@@ -46,6 +46,8 @@ protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
 private:
+    bool m_sizeSet;
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxPopupWindow)
 };