From 5d1df0e789c794b8040c5db0d84b03ae2b42fd8d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 13 Feb 2016 12:57:00 +0000 Subject: 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 --- src/gl_draw.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gl_draw.cxx') 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 // 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 -#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 -- cgit v1.2.3