diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-23 20:22:50 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-23 20:22:50 +0000 |
| commit | de12eddb59bea9ba529230d14cccf3dbef5518e4 (patch) | |
| tree | 6c19dcb3d9c5ff7a8ad3cfb2db4ff31f87217e0e /src/Fl_Gl_Device_Plugin.cxx | |
| parent | 1bb1e0f42e7bbcdaa7a4560940c2cd590fc954cf (diff) | |
Added OpenGL implementation of fl_vertex calls. Compiling and linking, but functionality untested.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11035 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 3ad9263ab..3e6144a35 100644 --- a/src/Fl_Gl_Device_Plugin.cxx +++ b/src/Fl_Gl_Device_Plugin.cxx @@ -54,6 +54,7 @@ const char *Fl_OpenGL_Display_Device::class_id = "Fl_OpenGL_Display_Device"; // ------ end of separate file! ------------------------------------------------ #include "cfg_gfx/opengl_rect.cxx" +#include "cfg_gfx/opengl_vertex.cxx" |
