diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-23 21:02:49 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-23 21:02:49 +0000 |
| commit | 474de78ac17f4bcf205766ea0393059fbf2ace1e (patch) | |
| tree | 2c87d1bb8f86ca2418459fdc8924f50ae8aeb8ae /src/Fl_Gl_Device_Plugin.cxx | |
| parent | de12eddb59bea9ba529230d14cccf3dbef5518e4 (diff) | |
OpenGL arc and pie drawing (Mmmmh, pie!)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11036 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Device_Plugin.cxx')
| -rw-r--r-- | src/Fl_Gl_Device_Plugin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Gl_Device_Plugin.cxx b/src/Fl_Gl_Device_Plugin.cxx index 3e6144a35..89a802343 100644 --- a/src/Fl_Gl_Device_Plugin.cxx +++ b/src/Fl_Gl_Device_Plugin.cxx @@ -55,6 +55,7 @@ const char *Fl_OpenGL_Display_Device::class_id = "Fl_OpenGL_Display_Device"; #include "cfg_gfx/opengl_rect.cxx" #include "cfg_gfx/opengl_vertex.cxx" +#include "cfg_gfx/opengl_arci.cxx" |
