mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 12:41:27 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user