]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/window.h
Make wxMDIParentFrame a regular top level window
[wxWidgets.git] / include / wx / x11 / window.h
index feace83629c6736762616ab635cd0c45b61109f1..16ca8b298e24772d2ae5a53e75463615509ccb87 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_WINDOW_H_
 #define _WX_WINDOW_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "window.h"
 #endif
 
@@ -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; }