]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
use given position for page insertion instead of trying to find the page to insert...
[wxWidgets.git] / src / motif / app.cpp
index a28cc95f914fa63b8514300dc7c66b13ea58aa33..3dbf47a9fd79a94bddc178ef01ceda168b775a29 100644 (file)
@@ -180,10 +180,19 @@ void wxApp::HandlePropertyChange(WXEvent *event)
 }
 
 static char *fallbackResources[] = {
+    // better defaults for CDE under Irix
+    //
+    // TODO: do something similar for the other systems, the hardcoded defaults
+    //       below are ugly
+#ifdef __SGI__
+    "*sgiMode: True",
+    "*useSchemes: all",
+#else // !__SGI__
     "*menuBar.marginHeight: 0",
     "*menuBar.shadowThickness: 1",
     "*background: #c0c0c0",
     "*foreground: black",
+#endif // __SGI__/!__SGI__
     NULL
 };