diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-24 16:22:50 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-24 16:22:50 +0000 |
| commit | 60ec452d043e44bcbb05860381e2077a3b56b09c (patch) | |
| tree | 1eaf13dc05a6da6a53a949fc1a66df6030cab943 /src/Fl_Gl_Device_Plugin.cxx | |
| parent | 49cf30286b505e15ca0496605efca5546c7bbf85 (diff) | |
Reorganizing color drawing code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Device_Plugin.cxx')
| -rw-r--r-- | src/Fl_Gl_Device_Plugin.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_Gl_Device_Plugin.cxx b/src/Fl_Gl_Device_Plugin.cxx index 3066a70db..12430df07 100644 --- a/src/Fl_Gl_Device_Plugin.cxx +++ b/src/Fl_Gl_Device_Plugin.cxx @@ -53,10 +53,11 @@ const char *Fl_OpenGL_Display_Device::class_id = "Fl_OpenGL_Display_Device"; #endif // ------ end of separate file! ------------------------------------------------ -#include "cfg_gfx/opengl_rect.cxx" -#include "cfg_gfx/opengl_vertex.cxx" #include "cfg_gfx/opengl_arci.cxx" +#include "cfg_gfx/opengl_color.cxx" #include "cfg_gfx/opengl_line_style.cxx" +#include "cfg_gfx/opengl_rect.cxx" +#include "cfg_gfx/opengl_vertex.cxx" #if defined(__APPLE__) |
