]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/window.h
added missing joystick source file for wxMotif
[wxWidgets.git] / include / wx / mgl / window.h
index 5bf12728de000e9bb2990bba37fb64ed6bd90382..51bc37f24c4b3d97c224314b3cdfffb9805b8c8d 100644 (file)
@@ -102,6 +102,8 @@ public:
 #endif // WXWIN_COMPATIBILITY
 
     virtual WXWidget GetHandle() const { return m_wnd; }
+    
+    void SetMGLwindow_t(struct window_t *wnd);
 
     // implementation from now on
     // --------------------------