diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Gl_Window.H | 7 | ||||
| -rw-r--r-- | FL/Fl_Window.H | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 6eac03e47..41eed6656 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Window.H,v 1.4 1998/11/08 16:37:18 mike Exp $" +// "$Id: Fl_Gl_Window.H,v 1.5 1998/11/08 16:47:42 mike Exp $" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // @@ -27,9 +27,6 @@ #include "Fl_Window.H" -// type() value for OpenGL window... -#define FL_GL_WINDOW (FL_WINDOW + 1) - class Fl_Gl_Choice; // structure to hold result of glXChooseVisual class Fl_Gl_Window : public Fl_Window { @@ -87,5 +84,5 @@ public: #endif // -// End of "$Id: Fl_Gl_Window.H,v 1.4 1998/11/08 16:37:18 mike Exp $". +// End of "$Id: Fl_Gl_Window.H,v 1.5 1998/11/08 16:47:42 mike Exp $". // diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 30e09730c..a1808118c 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window.H,v 1.6 1998/10/21 14:19:42 mike Exp $" +// "$Id: Fl_Window.H,v 1.7 1998/11/08 16:47:43 mike Exp $" // // Window header file for the Fast Light Tool Kit (FLTK). // @@ -29,6 +29,7 @@ #include "Fl_Group.H" #define FL_WINDOW 0xF0 // all subclasses have type() >= this +#define FL_GL_WINDOW (FL_WINDOW + 1) class Fl_Window : public Fl_Group { @@ -110,5 +111,5 @@ public: #endif // -// End of "$Id: Fl_Window.H,v 1.6 1998/10/21 14:19:42 mike Exp $". +// End of "$Id: Fl_Window.H,v 1.7 1998/11/08 16:47:43 mike Exp $". // |
