]> git.saurik.com Git - wxWidgets.git/commitdiff
added a call for invalidating the dc setup on mac explicitely (needed in case of...
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 27 Feb 2001 21:35:18 +0000 (21:35 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 27 Feb 2001 21:35:18 +0000 (21:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/dc.h

index 6ce701621cc0ed1ad5cffb98c967cab5046ba58a..cdf3e11a20036a71e7edd3b0d5aca849a5c55e1d 100644 (file)
@@ -498,7 +498,7 @@ protected:
        mutable AGAPortHelper   m_macPortHelper ;
        void                                    MacSetupPort() const ;
        void                                    MacVerifySetup() const { if ( m_macPortId != m_macCurrentPortId ) MacSetupPort() ; } 
-
+       static void                             MacInvalidateSetup() { m_macCurrentPortId++ ; }
        static long m_macCurrentPortId ;
 };