]> git.saurik.com Git - wxWidgets.git/commitdiff
added internal callback when toplevel windows move for opengl canvas
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 4 Nov 2001 20:36:23 +0000 (20:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 4 Nov 2001 20:36:23 +0000 (20:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/window.h

index 9c449c2413aab7f0a9cc6623fdb2ed4d423e9378..f4d36dd7cb54b7d434cbdbae943bcd0f1d3076dd 100644 (file)
@@ -256,6 +256,7 @@ public :
 
        static long                                                     MacRemoveBordersFromStyle( long style ) ;
        virtual void                                            MacSuperChangedPosition() ;
+       virtual void                        MacTopLevelWindowChangedPosition() ;
        virtual void                                            MacSuperShown( bool show ) ;
        bool                                                            MacIsReallyShown() const ;
 /*