]> git.saurik.com Git - wxWidgets.git/commitdiff
glcanvas fix and toplevel event handler exposed
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Mar 2004 17:47:01 +0000 (17:47 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Mar 2004 17:47:01 +0000 (17:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/glcanvas.h
include/wx/mac/carbon/toplevel.h

index 6f044609c3f5861a0c1c3677166589993deffbc6..135ef4c71b3813c433e2c79e06d76ccfa3ba1979 100644 (file)
@@ -118,7 +118,7 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
    
      virtual void MacSuperChangedPosition() ;
      virtual void MacTopLevelWindowChangedPosition() ;
-     virtual void MacSuperShown( bool show ) ;
+    virtual void         MacVisibilityChanged() ;
 
      void MacUpdateView() ;
 
index 3f3bdcb54027183a5a978deb8f837282996c118d..9eef94c683772d08b8f7213185513b86fbf13459 100644 (file)
@@ -92,6 +92,7 @@ public:
     virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
 
     bool MacUsesCompositing() { return m_macUsesCompositing; } 
+    virtual void MacInstallTopLevelWindowEventHandler() ;
 
     void MacSetMetalAppearance( bool on ) ;