X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6de7047076f388adc95b2eb5c95d5860d65f2f7d..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/x11/window.h diff --git a/include/wx/x11/window.h b/include/wx/x11/window.h index 999280c703..ef8e0eb58f 100644 --- a/include/wx/x11/window.h +++ b/include/wx/x11/window.h @@ -82,7 +82,7 @@ public: virtual void DragAcceptFiles(bool accept); // Get the unique identifier of a window - virtual WXWindow GetHandle() const { return GetMainWindow(); } + virtual WXWindow GetHandle() const { return X11GetMainWindow(); } // implementation from now on // -------------------------- @@ -91,7 +91,7 @@ public: // --------- // Get main X11 window - virtual WXWindow GetMainWindow() const; + virtual WXWindow X11GetMainWindow() const; // Get X11 window representing the client area virtual WXWindow GetClientAreaWindow() const;