summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-11-08 16:37:21 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-11-08 16:37:21 +0000
commitdfa8c056201785fa0db5524348f03a5880808206 (patch)
treec654a54fee6a42d76ef438b2a917ae45aac3b996 /FL
parent32d18a35914c8b09165a43ec0eb8bfaa83d2712e (diff)
More OpenGL under Windows changes - now keep track of window type and
select the corresponding color palette... git-svn-id: file:///fltk/svn/fltk/trunk@74 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Gl_Window.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H
index 402325962..6eac03e47 100644
--- a/FL/Fl_Gl_Window.H
+++ b/FL/Fl_Gl_Window.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Gl_Window.H,v 1.3 1998/10/21 14:19:10 mike Exp $"
+// "$Id: Fl_Gl_Window.H,v 1.4 1998/11/08 16:37:18 mike Exp $"
//
// OpenGL header file for the Fast Light Tool Kit (FLTK).
//
@@ -27,6 +27,9 @@
#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 {
@@ -84,5 +87,5 @@ public:
#endif
//
-// End of "$Id: Fl_Gl_Window.H,v 1.3 1998/10/21 14:19:10 mike Exp $".
+// End of "$Id: Fl_Gl_Window.H,v 1.4 1998/11/08 16:37:18 mike Exp $".
//