diff options
Diffstat (limited to 'FL/Fl_Bitmap.H')
| -rw-r--r-- | FL/Fl_Bitmap.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index a5a9b4590..75d84370f 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -48,6 +48,9 @@ public: #if defined(__APPLE__) || defined(WIN32) /** for internal use */ void *id_; +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: define variables to hold a native bitmap in Fl_Bitmap" + unsigned id_; // default if not ported #else /** for internal use */ unsigned id_; |
