]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/toplevel.cpp
(blind) fix for keyboard cues display under XP (bug 1298512)
[wxWidgets.git] / src / motif / toplevel.cpp
index a1df9f3b1058aa338faf7d50b8361ef4c49661a4..7d0613e6b8599939b33ec4244f1f6609f29f349e 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "toplevel.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -121,7 +117,7 @@ bool wxTopLevelWindowMotif::Create( wxWindow *parent, wxWindowID id,
 
     m_windowId = ( id > -1 ) ? id : NewControlId();
 
-    bool retval = DoCreate( parent, id, title, pos, size, style, name );
+    bool retval = XmDoCreateTLW( parent, id, title, pos, size, style, name );
 
     if( !retval ) return false;