X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab6b6b15e0790bf3fd9e5b58da7077ac5592d8d3..2fda2145700445519a0ce539b04dc72bae180124:/include/wx/x11/window.h diff --git a/include/wx/x11/window.h b/include/wx/x11/window.h index feace83629..f6c76873d3 100644 --- a/include/wx/x11/window.h +++ b/include/wx/x11/window.h @@ -107,8 +107,8 @@ public: virtual WXWindow GetMainWindow() const; // Get X11 window representing the client area - virtual WXWindow GetClientWindow() const; - + virtual WXWindow GetClientAreaWindow() const; + void SetLastClick(int button, long timestamp) { m_lastButton = button; m_lastTS = timestamp; }