]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
Blind fix for Watcom ( and VisualAge? )
[wxWidgets.git] / include / wx / toplevel.h
index a2cc6c0ef8882e4ef509e088eedd7af9182cf673..51caf5929d1a2a46ecbe2b556e433c307f597828 100644 (file)
@@ -127,6 +127,7 @@ public:
     // method updates any internal sizing parameters such as OS/2's SWP struct
     inline virtual void AlterChildPos(void) { }
     inline virtual void UpdateInternalSize( wxWindow* WXUNUSED(pChild)
+                                           ,int WXUNUSED(nWidth)
                                            ,int WXUNUSED(nHeight)
                                           ) { }
 
@@ -157,6 +158,9 @@ protected:
 #elif defined(__WXGTK__)
     #include "wx/gtk/toplevel.h"
     #define wxTopLevelWindowNative wxTopLevelWindowGTK
+#elif defined(__WXX11__)
+    #include "wx/x11/toplevel.h"
+    #define wxTopLevelWindowNative wxTopLevelWindowX11
 #elif defined(__WXMGL__)
     #include "wx/mgl/toplevel.h"
     #define wxTopLevelWindowNative wxTopLevelWindowMGL