]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
new bitmap creation code for mac
[wxWidgets.git] / include / wx / univ / window.h
index 78cf266257dd70d345de21bcfd2493696aaa6b23..c6acdd5eb82fd5990d01c59c552a74372682dea3 100644 (file)
@@ -61,6 +61,8 @@ enum
 #define wxWindowNative wxWindowGTK
 #elif defined(__WXMGL__)
 #define wxWindowNative wxWindowMGL
+#elif defined(__WXX11__)
+#define wxWindowNative wxWindowX11
 #elif defined(__WXMAC__)
 #define wxWindowNative wxWindowMac
 #endif
@@ -268,9 +270,6 @@ private:
     wxScrollBar *m_scrollbarHorz,
                 *m_scrollbarVert;
 
-    // the stack of windows which have captured the mouse
-    static struct WXDLLEXPORT wxWindowNext *ms_winCaptureNext;
-
 #if wxUSE_MENUS
     // the current modal event loop for the popup menu we show or NULL
     static wxEventLoop *ms_evtLoopPopup;