/////////////////////////////////////////////////////////////////////////////
-// Name: reparent.h
+// Name: wx/x11/reparent.h
// Purpose: Reparenting classes
// Author: Julian Smart
// Modified by:
virtual ~wxAdoptedWindow();
void SetHandle(WXWindow window) { m_mainWindow = window; m_clientWindow = window; }
- WXWindow GetHandle() const { return GetMainWindow(); }
+ WXWindow GetHandle() const { return X11GetMainWindow(); }
};
#endif