/////////////////////////////////////////////////////////////////////////////
// Name: glcanvas.h
-// Purpose: wxGLCanvas, for using OpenGL with wxWindows under Macintosh
+// Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_GLCANVAS_H_
+#define _WX_GLCANVAS_H_
+
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
# pragma interface "glcanvas.h"
#endif
-#ifndef _WX_GLCANVAS_H_
-#define _WX_GLCANVAS_H_
-
#include "wx/setup.h"
#if wxUSE_GLCANVAS
virtual void MacSuperChangedPosition() ;
virtual void MacTopLevelWindowChangedPosition() ;
- virtual void MacSuperShown( bool show ) ;
+ virtual void MacVisibilityChanged() ;
void MacUpdateView() ;