]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/window.h
Blind fix for Watcom ( and VisualAge? )
[wxWidgets.git] / include / wx / mgl / window.h
index 682d8fa2b5f6994c0a8edc789fc3c7a4fc0c4e08..053f038c7052a20fbe743df96a2e78bc8afa9058 100644 (file)
@@ -62,8 +62,6 @@ public:
     virtual bool Reparent(wxWindowBase *newParent);
 
     virtual void WarpPointer(int x, int y);
-    virtual void CaptureMouse();
-    virtual void ReleaseMouse();
 
     virtual void Refresh(bool eraseBackground = TRUE,
                          const wxRect *rect = (const wxRect *) NULL);
@@ -128,6 +126,9 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual void DoSetClientSize(int width, int height);
 
+    virtual void DoCaptureMouse();
+    virtual void DoReleaseMouse();
+
     // move the window to the specified location and resize it: this is called
     // from both DoSetSize() and DoSetClientSize() and would usually just call
     // ::MoveWindow() except for composite controls which will want to arrange