]> git.saurik.com Git - wxWidgets.git/commitdiff
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 26 Jan 2006 17:20:50 +0000 (17:20 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 26 Jan 2006 17:20:50 +0000 (17:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 files changed:
include/wx/generic/colrdlgg.h
include/wx/generic/fontdlgg.h
include/wx/generic/msgdlgg.h
include/wx/gtk/colordlg.h
include/wx/gtk/msgdlg.h
include/wx/gtk1/colordlg.h
include/wx/gtk1/msgdlg.h
include/wx/mac/carbon/colordlg.h
include/wx/mac/carbon/glcanvas.h
include/wx/mac/carbon/menuitem.h
include/wx/mac/carbon/msgdlg.h
include/wx/mac/classic/colordlg.h
include/wx/mac/classic/glcanvas.h
include/wx/mac/classic/menuitem.h
include/wx/mac/classic/msgdlg.h
include/wx/motif/msgdlg.h
include/wx/msw/colordlg.h
include/wx/msw/msgdlg.h
include/wx/os2/menuitem.h
include/wx/os2/msgdlg.h
include/wx/palmos/colordlg.h
include/wx/palmos/msgdlg.h
include/wx/x11/glcanvas.h

index ec09183de411e88967b33f7b276e40b13b33d8e9..06feb75ffab0a40b8d5ac46430e12ec46c6f9aa3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __COLORDLGH_G__
 #define __COLORDLGH_G__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/gdicmn.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
index beb004b4b93e2da85ee3565edfd2c6191ff4aaef..f39d3c65741f1d72b1574498d639bc19838aa930 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_GENERIC_FONTDLGG_H
 #define _WX_GENERIC_FONTDLGG_H
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/gdicmn.h"
 #include "wx/font.h"
 #include "wx/dialog.h"
@@ -90,4 +90,3 @@ WXDLLEXPORT int wxFontWeightStringToInt(wxChar *weight);
 WXDLLEXPORT int wxFontStyleStringToInt(wxChar *style);
 
 #endif // _WX_GENERIC_FONTDLGG_H
-
index 85220f9e10f136f7d62e051e9c6f2441bda6181e..d9fa1cc712dac779e0d2a1469df5bee8bc0fa1d7 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __MSGDLGH_G__
 #define __MSGDLGH_G__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
index 107b3ca9ed8c7a8d0977a737be4b3882a24fee07..84f3e6b4132ae44368e4a15d299c9950d23e064c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __COLORDLG_H__
 #define __COLORDLG_H__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/gdicmn.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
@@ -44,7 +44,7 @@ protected:
     // copy data between the dialog and m_colourData:
     void ColourDataToDialog();
     void DialogToColourData();
-    
+
     wxColourData m_data;
 
     DECLARE_DYNAMIC_CLASS(wxColourDialog)
index 596deaad0860b8658c5bcbd6f3b16489a3efcc86..dbbcf9eb932126b27355bfb29bbf07dbf832687e 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __MSGDLG_H__
 #define __MSGDLG_H__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
index 5c20ca2e627b0de839c7f26887bb8142199ad732..467ecd91d302e42f327d70a9ac659bf1d3b85695 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __COLORDLG_H__
 #define __COLORDLG_H__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/gdicmn.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
index 596deaad0860b8658c5bcbd6f3b16489a3efcc86..f335b676aac6b066b9c0288d4d8c6df9fec5929a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/msgdlg.h
+// Name:        wx/gtk1/msgdlg.h
 // Purpose:     wxMessageDialog for GTK+2
 // Author:      Vaclav Slavik
 // Modified by:
@@ -12,7 +12,7 @@
 #ifndef __MSGDLG_H__
 #define __MSGDLG_H__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
index 57b09a5e1400e9664bf788b1e53ec8e9ceb1b8e6..402547bdf8a4d21de1154fdd1484b3f77f6b42f3 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        colordlg.h
+// Name:        wx/mac/carbon/colordlg.h
 // Purpose:     wxColourDialog class. Use generic version if no
 //              platform-specific implementation.
 // Author:      Stefan Csomor
@@ -13,7 +13,7 @@
 #ifndef _WX_COLORDLG_H_
 #define _WX_COLORDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
 
index ec86d786ca5b6b964ce7526563e2245fc5c1a695..be7f16eb3dee0d67ab56912e30b1c28c9725065a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        glcanvas.h
+// Name:        wx/mac/carbon/glcanvas.h
 // Purpose:     wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
 // Author:      Stefan Csomor
 // Modified by:
@@ -12,7 +12,7 @@
 #ifndef _WX_GLCANVAS_H_
 #define _WX_GLCANVAS_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 #if wxUSE_GLCANVAS
 
@@ -57,7 +57,7 @@ class WXDLLEXPORT wxGLCanvas;     /* forward reference */
 class WXDLLEXPORT wxGLContext: public wxObject
 {
 public:
-   wxGLContext(AGLPixelFormat fmt, wxGLCanvas *win, 
+   wxGLContext(AGLPixelFormat fmt, wxGLCanvas *win,
                const wxPalette& WXUNUSED(palette),
                const wxGLContext *other        /* for sharing display lists */
     );
@@ -82,16 +82,16 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
 {
    DECLARE_CLASS(wxGLCanvas)
  public:
-   wxGLCanvas(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
+   wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, long style = 0,
         const wxString& name = wxT("GLCanvas") , int *attribList = 0, const wxPalette& palette = wxNullPalette);
    wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
-        wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("GLCanvas"), 
+        wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
+        const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("GLCanvas"),
           int *attribList = (int*) NULL, const wxPalette& palette = wxNullPalette );
 
-   wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id = -1,
-        const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, 
+   wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id = wxID_ANY,
+        const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0,
         const wxString& name = wxT("GLCanvas"), int *attribList = 0, const wxPalette& palette = wxNullPalette );
 
    ~wxGLCanvas();
@@ -105,24 +105,24 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
    void SwapBuffers();
    void UpdateContext();
    void SetViewport();
-   virtual bool Show(bool show = TRUE) ;
-   
+   virtual bool Show(bool show = true) ;
+
    // Unlike some other platforms, this must get called if you override it.
    // It sets the viewport correctly and update the context.
    // You shouldn't call glViewport yourself either (use SetViewport if you must reset it.)
    void OnSize(wxSizeEvent& event);
-   
-     virtual void MacSuperChangedPosition() ;
-     virtual void MacTopLevelWindowChangedPosition() ;
-    virtual void         MacVisibilityChanged() ;
 
-     void MacUpdateView() ;
+   virtual void MacSuperChangedPosition() ;
+   virtual void MacTopLevelWindowChangedPosition() ;
+   virtual void         MacVisibilityChanged() ;
+
+   void MacUpdateView() ;
 
    inline wxGLContext* GetContext() const { return m_glContext; }
 
 protected:
     wxGLContext*   m_glContext;
-       bool m_macCanvasIsShown ;
+    bool m_macCanvasIsShown ;
 DECLARE_EVENT_TABLE()
 };
 
index 99af92053e3b59d748939397a67c8d0c3574aa6b..17e5362089cdd3ecd79dec41c7038fb09b0999df 100644 (file)
@@ -1,8 +1,8 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        menuitem.h
+// Name:        wx/mac/carbon/menuitem.h
 // Purpose:     wxMenuItem class
 // Author:      Vadim Zeitlin
-// Modified by: 
+// Modified by:
 // Created:     11.11.97
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 // ----------------------------------------------------------------------------
 // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
@@ -36,8 +36,8 @@ public:
     // override base class virtuals
     virtual void SetText(const wxString& strName);
 
-    virtual void Enable(bool bDoEnable = TRUE);
-    virtual void Check(bool bDoCheck = TRUE);
+    virtual void Enable(bool bDoEnable = true);
+    virtual void Check(bool bDoCheck = true);
 
     virtual void SetBitmap(const wxBitmap& bitmap) ;
     virtual const wxBitmap& GetBitmap() const { return m_bitmap; }
@@ -54,7 +54,7 @@ public:
 
 private:
     void UncheckRadio() ;
-    
+
     // the positions of the first and last items of the radio group this item
     // belongs to or -1: start is the radio group start and is valid for all
     // but first radio group items (m_isRadioGroupStart == FALSE), end is valid
index cdeb7fd0852ff60dfa536c9b17127d781ab4d78a..bdffe148bd7554c00474e6eab9d0ad6bdc25b8c6 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 /*
index 57b09a5e1400e9664bf788b1e53ec8e9ceb1b8e6..542170ec2a68c5e430cf719fe187198e614c5b30 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        colordlg.h
+// Name:        wx/mac/classic/colordlg.h
 // Purpose:     wxColourDialog class. Use generic version if no
 //              platform-specific implementation.
 // Author:      Stefan Csomor
@@ -13,7 +13,7 @@
 #ifndef _WX_COLORDLG_H_
 #define _WX_COLORDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
 
index f2e304ff99567b57a9f277f1e6cdb78a03d7bc07..53f7a8c73cb0ab2fc917d781afb1981dc7c109f6 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        glcanvas.h
+// Name:        wx/mac/classic/glcanvas.h
 // Purpose:     wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
 // Author:      Stefan Csomor
 // Modified by:
@@ -12,7 +12,7 @@
 #ifndef _WX_GLCANVAS_H_
 #define _WX_GLCANVAS_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 #if wxUSE_GLCANVAS
 
@@ -57,7 +57,7 @@ class WXDLLEXPORT wxGLCanvas;     /* forward reference */
 class WXDLLEXPORT wxGLContext: public wxObject
 {
 public:
-   wxGLContext(AGLPixelFormat fmt, wxGLCanvas *win, 
+   wxGLContext(AGLPixelFormat fmt, wxGLCanvas *win,
                const wxPalette& WXUNUSED(palette),
                const wxGLContext *other        /* for sharing display lists */
     );
@@ -82,16 +82,16 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
 {
    DECLARE_CLASS(wxGLCanvas)
  public:
-   wxGLCanvas(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
+   wxGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, long style = 0,
         const wxString& name = wxT("GLCanvas") , int *attribList = 0, const wxPalette& palette = wxNullPalette);
    wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
-        wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("GLCanvas"), 
+        wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
+        const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("GLCanvas"),
           int *attribList = (int*) NULL, const wxPalette& palette = wxNullPalette );
 
-   wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id = -1,
-        const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, 
+   wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared, wxWindowID id = wxID_ANY,
+        const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0,
         const wxString& name = wxT("GLCanvas"), int *attribList = 0, const wxPalette& palette = wxNullPalette );
 
    ~wxGLCanvas();
@@ -105,24 +105,24 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow
    void SwapBuffers();
    void UpdateContext();
    void SetViewport();
-   virtual bool Show(bool show = TRUE) ;
-   
+   virtual bool Show(bool show = true) ;
+
    // Unlike some other platforms, this must get called if you override it.
    // It sets the viewport correctly and update the context.
    // You shouldn't call glViewport yourself either (use SetViewport if you must reset it.)
    void OnSize(wxSizeEvent& event);
-   
-     virtual void MacSuperChangedPosition() ;
-     virtual void MacTopLevelWindowChangedPosition() ;
-     virtual void MacSuperShown( bool show ) ;
 
-     void MacUpdateView() ;
+   virtual void MacSuperChangedPosition() ;
+   virtual void MacTopLevelWindowChangedPosition() ;
+   virtual void MacSuperShown( bool show ) ;
+
+   void MacUpdateView() ;
 
    inline wxGLContext* GetContext() const { return m_glContext; }
 
 protected:
     wxGLContext*   m_glContext;
-       bool m_macCanvasIsShown ;
+    bool m_macCanvasIsShown ;
 DECLARE_EVENT_TABLE()
 };
 
index 99af92053e3b59d748939397a67c8d0c3574aa6b..94fb5e02c075f5e56c5076c0917b95d2183dd85a 100644 (file)
@@ -1,8 +1,8 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        menuitem.h
+// Name:        wx/mac/classic/menuitem.h
 // Purpose:     wxMenuItem class
 // Author:      Vadim Zeitlin
-// Modified by: 
+// Modified by:
 // Created:     11.11.97
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 // ----------------------------------------------------------------------------
 // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
@@ -36,8 +36,8 @@ public:
     // override base class virtuals
     virtual void SetText(const wxString& strName);
 
-    virtual void Enable(bool bDoEnable = TRUE);
-    virtual void Check(bool bDoCheck = TRUE);
+    virtual void Enable(bool bDoEnable = true);
+    virtual void Check(bool bDoCheck = true);
 
     virtual void SetBitmap(const wxBitmap& bitmap) ;
     virtual const wxBitmap& GetBitmap() const { return m_bitmap; }
@@ -54,7 +54,7 @@ public:
 
 private:
     void UncheckRadio() ;
-    
+
     // the positions of the first and last items of the radio group this item
     // belongs to or -1: start is the radio group start and is valid for all
     // but first radio group items (m_isRadioGroupStart == FALSE), end is valid
index c49e7557295130f9cd36ea8cc2b2164d2bb35e29..458281ba9792ca3668718591baede6f6738da69a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 /*
index 12e013922cf2ba52e53ba5a3eb27218a5a2fe2ac..e479425a7012dd933b492f6fb6fa6c17133434ea 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 // ----------------------------------------------------------------------------
index 23cb6a6a62466bd2a017914a213f14f4f73ad990..e7dc6d2f700f7409f6e2530cdc9ac7255663b316 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_COLORDLG_H_
 #define _WX_COLORDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
 
index c3cc3dd05eb82d39ab72be79c4b51013e15d97b1..a20b51b2aec5175dc10a924fb574105a6d6c8ac3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 /*
index 2f35885c5d6fea45b93bf5cdfffcecf4998ec11c..1e9d1d89b8bbc1fe2ecb1a8317ad5fb59cc24583 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        menuitem.h
+// Name:        wx/os2/menuitem.h
 // Purpose:     wxMenuItem class
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 // an exception to the general rule that a normal header doesn't include other
 // headers - only because ownerdrw.h is not always included and I don't want
@@ -67,8 +67,8 @@ public:
     virtual void SetText(const wxString& rStrName);
     virtual void SetCheckable(bool bCheckable);
 
-    virtual void Enable(bool bDoEnable = TRUE);
-    virtual void Check(bool bDoCheck = TRUE);
+    virtual void Enable(bool bDoEnable = true);
+    virtual void Check(bool bDoCheck = true);
     virtual bool IsChecked(void) const;
 
     //
index b3e236e0129a421bef32cd7762358c8726298b07..0a08854cbf4b169a7ded5fd0a71e518cd17e0346 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 /*
index 9bb16557f43fe8189e1519b892caefdeafe953c1..d215250f9920703ff1701b9b3721627c61ac02af 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_COLORDLG_H_
 #define _WX_COLORDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
 
index e191ad69bce3db22424f9517a48f296e0a47efa1..621b297b92b1b4e68b4333416cb06753ab173fb8 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 /*
index 11767987fffa988db511fbf3994afaa315839d72..266be112a3e6ad4600a9cacf3eac1adadd51f862 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        glcanvas.h
+// Name:        wx/x11/glcanvas.h
 // Purpose:     wxGLCanvas, for using OpenGL with wxWidgets 2.0 for Motif.
 //              Uses the GLX extension.
 // Author:      Julian Smart and Wolfram Gloger
@@ -7,13 +7,13 @@
 // Created:     1995, 1999
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart, Wolfram Gloger
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_GLCANVAS_H_
 #define _WX_GLCANVAS_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 #if wxUSE_GLCANVAS
 
 enum
 {
     WX_GL_RGBA=1,          /* use true color palette */
-        WX_GL_BUFFER_SIZE,     /* bits for buffer if not WX_GL_RGBA */
-        WX_GL_LEVEL,           /* 0 for main buffer, >0 for overlay, <0 for underlay */
-        WX_GL_DOUBLEBUFFER,    /* use doublebuffer */
-        WX_GL_STEREO,          /* use stereoscopic display */
-        WX_GL_AUX_BUFFERS,     /* number of auxiliary buffers */
-        WX_GL_MIN_RED,         /* use red buffer with most bits (> MIN_RED bits) */
-        WX_GL_MIN_GREEN,       /* use green buffer with most bits (> MIN_GREEN bits) */
-        WX_GL_MIN_BLUE,        /* use blue buffer with most bits (> MIN_BLUE bits) */
-        WX_GL_MIN_ALPHA,       /* use blue buffer with most bits (> MIN_ALPHA bits) */
-        WX_GL_DEPTH_SIZE,      /* bits for Z-buffer (0,16,32) */
-        WX_GL_STENCIL_SIZE,    /* bits for stencil buffer */
-        WX_GL_MIN_ACCUM_RED,   /* use red accum buffer with most bits (> MIN_ACCUM_RED bits) */
-        WX_GL_MIN_ACCUM_GREEN, /* use green buffer with most bits (> MIN_ACCUM_GREEN bits) */
-        WX_GL_MIN_ACCUM_BLUE,  /* use blue buffer with most bits (> MIN_ACCUM_BLUE bits) */
-        WX_GL_MIN_ACCUM_ALPHA  /* use blue buffer with most bits (> MIN_ACCUM_ALPHA bits) */
+    WX_GL_BUFFER_SIZE,     /* bits for buffer if not WX_GL_RGBA */
+    WX_GL_LEVEL,           /* 0 for main buffer, >0 for overlay, <0 for underlay */
+    WX_GL_DOUBLEBUFFER,    /* use doublebuffer */
+    WX_GL_STEREO,          /* use stereoscopic display */
+    WX_GL_AUX_BUFFERS,     /* number of auxiliary buffers */
+    WX_GL_MIN_RED,         /* use red buffer with most bits (> MIN_RED bits) */
+    WX_GL_MIN_GREEN,       /* use green buffer with most bits (> MIN_GREEN bits) */
+    WX_GL_MIN_BLUE,        /* use blue buffer with most bits (> MIN_BLUE bits) */
+    WX_GL_MIN_ALPHA,       /* use blue buffer with most bits (> MIN_ALPHA bits) */
+    WX_GL_DEPTH_SIZE,      /* bits for Z-buffer (0,16,32) */
+    WX_GL_STENCIL_SIZE,    /* bits for stencil buffer */
+    WX_GL_MIN_ACCUM_RED,   /* use red accum buffer with most bits (> MIN_ACCUM_RED bits) */
+    WX_GL_MIN_ACCUM_GREEN, /* use green buffer with most bits (> MIN_ACCUM_GREEN bits) */
+    WX_GL_MIN_ACCUM_BLUE,  /* use blue buffer with most bits (> MIN_ACCUM_BLUE bits) */
+    WX_GL_MIN_ACCUM_ALPHA  /* use blue buffer with most bits (> MIN_ACCUM_ALPHA bits) */
 };
 
 //---------------------------------------------------------------------------
@@ -51,34 +51,34 @@ enum
 class WXDLLEXPORT wxGLContext: public wxObject
 {
 public:
-    wxGLContext( bool isRGB, wxWindow *win, 
+    wxGLContext( bool isRGB, wxWindow *win,
         const wxPalette& palette = wxNullPalette );
-    wxGLContext( bool WXUNUSED(isRGB), wxWindow *win, 
+    wxGLContext( bool WXUNUSED(isRGB), wxWindow *win,
         const wxPalette& WXUNUSED(palette),
         const wxGLContext *other  /* for sharing display lists */
         );
     ~wxGLContext();
-    
+
     void SetCurrent();
     void SetColour(const wxChar *colour);
     void SwapBuffers();
-    
+
     void SetupPixelFormat();
     void SetupPalette(const wxPalette& palette);
     wxPalette CreateDefaultPalette();
-    
+
     inline wxPalette* GetPalette() const { return (wxPalette*) & m_palette; }
     inline wxWindow* GetWindow() const { return m_window; }
     // inline GtkWidget* GetWidget() const { return m_widget; }
     inline GLXContext GetContext() const { return m_glContext; }
-    
+
 public:
     GLXContext       m_glContext;
-    
+
     // GtkWidget       *m_widget;
     wxPalette        m_palette;
     wxWindow*        m_window;
-    
+
     DECLARE_CLASS(wxGLContext)
 };
 
@@ -93,61 +93,61 @@ public:
         m_vi = (void*) NULL;
         // m_exposed = FALSE;
     }
-    wxGLCanvas( wxWindow *parent, wxWindowID id = -1, 
+    wxGLCanvas( wxWindow *parent, wxWindowID id = wxID_ANY,
         const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = wxT("GLCanvas"), 
-        int *attribList = (int*) NULL, 
+        const wxSize& size = wxDefaultSize,
+        long style = 0, const wxString& name = wxT("GLCanvas"),
+        int *attribList = (int*) NULL,
         const wxPalette& palette = wxNullPalette );
     wxGLCanvas( wxWindow *parent, const wxGLContext *shared,
-        wxWindowID id = -1, 
+        wxWindowID id = wxID_ANY,
         const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = wxT("GLCanvas"), 
-        int *attribList = (int*) NULL, 
+        const wxSize& size = wxDefaultSize,
+        long style = 0, const wxString& name = wxT("GLCanvas"),
+        int *attribList = (int*) NULL,
         const wxPalette& palette = wxNullPalette );
     wxGLCanvas( wxWindow *parent, const wxGLCanvas *shared,
-        wxWindowID id = -1, 
+        wxWindowID id = wxID_ANY,
         const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = wxT("GLCanvas"), 
-        int *attribList = (int*) NULL, 
+        const wxSize& size = wxDefaultSize,
+        long style = 0, const wxString& name = wxT("GLCanvas"),
+        int *attribList = (int*) NULL,
         const wxPalette& palette = wxNullPalette );
-    
-    bool Create( wxWindow *parent, 
+
+    bool Create( wxWindow *parent,
         const wxGLContext *shared = (wxGLContext*)NULL,
         const wxGLCanvas *shared_context_of = (wxGLCanvas*)NULL,
-        wxWindowID id = -1, 
+        wxWindowID id = wxID_ANY,
         const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, 
-        long style = 0, const wxString& name = wxT("GLCanvas"), 
+        const wxSize& size = wxDefaultSize,
+        long style = 0, const wxString& name = wxT("GLCanvas"),
         int *attribList = (int*) NULL,
         const wxPalette& palette = wxNullPalette );
-    
+
     ~wxGLCanvas();
-    
+
     void SetCurrent();
     void SetColour(const wxChar *colour);
     void SwapBuffers();
-    
+
     // void OnSize(wxSizeEvent& event);
-    
+
     // void OnInternalIdle();
-    
-    inline wxGLContext* GetContext() const { return m_glContext; } 
-    
+
+    inline wxGLContext* GetContext() const { return m_glContext; }
+
     // implementation
-    
+
     wxGLContext      *m_glContext,
         *m_sharedContext;
     wxGLCanvas       *m_sharedContextOf;
     void             *m_vi;
     // GtkWidget        *m_glWidget;
     // bool              m_exposed;
-    
+
     DECLARE_EVENT_TABLE()
         DECLARE_CLASS(wxGLCanvas)
-        
+
 };
 
 #endif