From 67308c21671f6fa92685355057f73875c70d2265 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 29 Apr 2005 11:49:37 +0000 Subject: [PATCH] adapting to latest API git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dccg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/dccg.cpp b/src/mac/carbon/dccg.cpp index 0dbc510268..cc980ed04e 100755 --- a/src/mac/carbon/dccg.cpp +++ b/src/mac/carbon/dccg.cpp @@ -1603,7 +1603,7 @@ void wxDC::Clear(void) #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 if ( HIThemeSetFill != 0 ) { - HIThemeSetFill( m_backgroundBrush.MacGetTheme() , cg ) ; + HIThemeSetFill( m_backgroundBrush.MacGetTheme() , NULL , cg , kHIThemeOrientationNormal ) ; CGContextFillRect(cg, rect); } -- 2.50.0