]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splash.cpp
Committing in .
[wxWidgets.git] / src / generic / splash.cpp
index fa641bdf1e069c009241dc9acde7016e84846166..0b0b3c323fdf794506902dc2ea6ed0ea89a6406c 100644 (file)
@@ -70,7 +70,7 @@ wxSplashScreen::wxSplashScreen(const wxBitmap& bitmap, long splashStyle, int mil
 
     Show(TRUE);
     m_window->SetFocus();
-#ifdef __WXMSW__
+#if defined( __WXMSW__ ) || defined(__WXMAC__)
     Update(); // Without this, you see a blank screen for an instant
 #else
     wxYieldIfNeeded(); // Should eliminate this