From 300747225ca2de6db483287fa44ed24d18765b99 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 8 May 2016 06:42:57 +0000 Subject: Rewrite OpenGL-related code under the driver model. Class Fl_Gl_Window_Driver, with its platform-specific derived classes, is created to hold platform-specific, OpenGL code. File gl_draw.cxx still needs to be converted to the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/gl_draw.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gl_draw.cxx') diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 050e9ea6f..9c7961d87 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -19,6 +19,7 @@ // Functions from // See also Fl_Gl_Window and gl_start.cxx +#include "config_lib.h" #if defined(WIN32) || defined(__APPLE__) // PORTME: Fl_Graphics_Driver - platform opengl #elif defined(FL_PORTING) # pragma message "FL_PORTING: implement OpenGL text rendering here" -- cgit v1.2.3