diff options
Diffstat (limited to 'FL/Fl_Device.H')
| -rw-r--r-- | FL/Fl_Device.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 217fd468e..460fb278e 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -482,6 +482,7 @@ public: static const char *class_id; const char *class_name() {return class_id;}; void draw(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy); + void draw(Fl_Bitmap *bm, int XP, int YP, int WP, int HP, int cx, int cy); }; #endif #if !(defined(__APPLE__) || defined(WIN32)) |
