diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 20:48:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 20:48:21 +0000 |
| commit | 2b3567c83ca18b5dad62be7f10cc71446c028164 (patch) | |
| tree | fa3e3151c1bf84673d8a3632025895efa01b2da4 /src/Fl_Gl_Device_Plugin.cxx | |
| parent | 222538baad665f226546c2cfae417df3f6835a44 (diff) | |
OpenGL new naming scheme.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11055 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Device_Plugin.cxx')
| -rw-r--r-- | src/Fl_Gl_Device_Plugin.cxx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/Fl_Gl_Device_Plugin.cxx b/src/Fl_Gl_Device_Plugin.cxx index a21aef2b0..9845c9f4f 100644 --- a/src/Fl_Gl_Device_Plugin.cxx +++ b/src/Fl_Gl_Device_Plugin.cxx @@ -36,7 +36,8 @@ #include <FL/Fl_Device.H> #include <FL/gl.h> -#include "src/cfg_gfx/opengl.H" + +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver.h" Fl_OpenGL_Display_Device *Fl_OpenGL_Display_Device::display_device() { static Fl_OpenGL_Display_Device *display = new Fl_OpenGL_Display_Device(new Fl_OpenGL_Graphics_Driver()); @@ -53,12 +54,12 @@ const char *Fl_OpenGL_Display_Device::class_id = "Fl_OpenGL_Display_Device"; #endif // ------ end of separate file! ------------------------------------------------ -#include "cfg_gfx/opengl_arci.cxx" -#include "cfg_gfx/opengl_color.cxx" -#include "cfg_gfx/opengl_font.cxx" -#include "cfg_gfx/opengl_line_style.cxx" -#include "cfg_gfx/opengl_rect.cxx" -#include "cfg_gfx/opengl_vertex.cxx" +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx" +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx" +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx" +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx" +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx" +#include "drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx" #if defined(__APPLE__) |
