From 913ff1a703de524daf079fc4ca72c2e77ee3c436 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 1 Mar 2003 16:36:06 +0000 Subject: [PATCH] added wxMac to the branch using Update for refresh git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/splash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/splash.cpp b/src/generic/splash.cpp index fa641bdf1e..0b0b3c323f 100644 --- a/src/generic/splash.cpp +++ b/src/generic/splash.cpp @@ -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 -- 2.45.2