]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/glcanvas/samples/penguin/penguin.h
Since wxPanel is now AutoLayout aware, removed indirect auto layouting
[wxWidgets.git] / utils / glcanvas / samples / penguin / penguin.h
index 83b0708e1c79a3e27ded98231a8bed06c47c23f5..d94c6a8565def96902cb53e97a5f9c133e1f369f 100644 (file)
@@ -28,7 +28,8 @@ extern "C" {
 /* information needed to display lightwave mesh */
 typedef struct 
 {
 /* information needed to display lightwave mesh */
 typedef struct 
 {
-  gint do_init;         /* true if initgl not yet called */
+//  gint do_init;         /* true if initgl not yet called */
+  int do_init;
   lwObject *lwobject;   /* lightwave object mesh */
   float beginx,beginy;  /* position of mouse */
   float quat[4];        /* orientation of object */
   lwObject *lwobject;   /* lightwave object mesh */
   float beginx,beginy;  /* position of mouse */
   float quat[4];        /* orientation of object */
@@ -52,7 +53,6 @@ public:
         long style = wxDEFAULT_FRAME_STYLE);
 
     void OnExit(wxCommandEvent& event);
         long style = wxDEFAULT_FRAME_STYLE);
 
     void OnExit(wxCommandEvent& event);
-    bool OnClose(void);
 public:
     TestGLCanvas*    m_canvas;
 
 public:
     TestGLCanvas*    m_canvas;