X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab6b6b15e0790bf3fd9e5b58da7077ac5592d8d3..8d8bd9bf15bca61cb80893667649c3d8ee21e2bb:/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; }