]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
trying to support non-wx controls on a window
[wxWidgets.git] / samples / notebook / notebook.cpp
index 7c9ac1d0be3c6ac41de26a05f3c7b8e384fedcf3..d10150e17c492f85032c674b0b23473565100757 100644 (file)
@@ -36,7 +36,7 @@ bool MyApp::OnInit()
 #if defined(__WXMOTIF__)
     int width, height;
     frame->GetSize(& width, & height);
-    frame->SetSize(wxDefaultPosition.x, wxDefaultPosition.y, width, height);
+    frame->SetSize(wxDefaultCoord, wxDefaultCoord, width, height);
 #endif
 
     frame->Show();