]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/window.h
We surely don't need two debugging sections,
[wxWidgets.git] / include / wx / x11 / window.h
index feace83629c6736762616ab635cd0c45b61109f1..f6c76873d3413c666bab07a9d6138682d49be0a9 100644 (file)
@@ -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; }