diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-13 12:57:00 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-13 12:57:00 +0000 |
| commit | 5d1df0e789c794b8040c5db0d84b03ae2b42fd8d (patch) | |
| tree | 4e99ebb978d30bf6c7138181489dd37ce435c310 /src/gl_draw.cxx | |
| parent | 8deac1e6baf7a016aabd3b6cb5ccffd7f09263cd (diff) | |
Details on PORTME items. Move fl_parse_color() to screen drivers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11163 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/gl_draw.cxx')
| -rw-r--r-- | src/gl_draw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index e4f99566a..48c7d732f 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -19,7 +19,7 @@ // Functions from <FL/gl.h> // See also Fl_Gl_Window and gl_start.cxx -#if defined(WIN32) || defined(__APPLE__) // PORTME: platform opengl +#if defined(WIN32) || defined(__APPLE__) // PORTME: Fl_Graphics_Driver - platform opengl #elif defined(FL_PORTING) # pragma message "FL_PORTING: implement OpenGL text rendering here" #else @@ -38,7 +38,7 @@ #include "Fl_Font.H" #include <FL/fl_utf8.h> -#if defined(WIN32) || defined(__APPLE__) // PORTME: platform opengl +#if defined(WIN32) || defined(__APPLE__) // PORTME: Fl_Graphics_Driver - platform opengl #elif defined(FL_PORTING) # pragma message "FL_PORTING: do you want to include Xutf8.h? It's written for X11." #else |
