]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxMac to the branch using Update for refresh
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 1 Mar 2003 16:36:06 +0000 (16:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 1 Mar 2003 16:36:06 +0000 (16:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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