]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/reparent.h
Add "rect" paramerer to wxRichToolTip::ShowFor().
[wxWidgets.git] / include / wx / x11 / reparent.h
index e1121be4eb3df82f07dcd9409922e5690baee696..32dc594797b5d151ac9896dba34861871ab969b6 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        reparent.h
+// Name:        wx/x11/reparent.h
 // Purpose:     Reparenting classes
 // Author:      Julian Smart
 // Modified by:
@@ -60,7 +60,7 @@ class WXDLLIMPEXP_CORE wxAdoptedWindow: public wxWindow
     virtual ~wxAdoptedWindow();
 
     void SetHandle(WXWindow window) { m_mainWindow = window; m_clientWindow = window; }
-    WXWindow GetHandle() const { return GetMainWindow(); }
+    WXWindow GetHandle() const { return X11GetMainWindow(); }
 };
 
 #endif