Modify the FL_PORTING pragma message to make clear implementation is optional.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11627 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-04-16 08:07:32 +00:00
parent 9fea9f3417
commit 62a0bfb88a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include <FL/Fl_Copy_Surface.H>
#if defined(FL_PORTING)
# pragma message "FL_PORTING: implement class Fl_XXX_Copy_Surface_Driver for your platform"
# pragma message "FL_PORTING: optionally implement class Fl_XXX_Copy_Surface_Driver for your platform"
Fl_Copy_Surface_Driver *Fl_Copy_Surface_Driver::newCopySurfaceDriver(int w, int h)
{
+1 -1
View File
@@ -19,7 +19,7 @@
#include <FL/Fl_Image_Surface.H>
#if defined(FL_PORTING)
# pragma message "FL_PORTING: implement class Fl_XXX_Image_Surface_Driver for your platform"
# pragma message "FL_PORTING: optionally implement class Fl_XXX_Image_Surface_Driver for your platform"
Fl_Image_Surface_Driver *Fl_Image_Surface_Driver::newImageSurfaceDriver(int w, int h, int high_res, Fl_Offscreen)
{
return NULL;