diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_draw.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index d312ff191..9e0c37844 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -512,6 +512,7 @@ FL_EXPORT Fl_Offscreen fl_create_offscreen(int w, int h); FL_EXPORT void fl_begin_offscreen(Fl_Offscreen b); FL_EXPORT void fl_end_offscreen(void); FL_EXPORT void fl_delete_offscreen(Fl_Offscreen bitmap); +FL_EXPORT void fl_scale_offscreen(Fl_Offscreen &ctx); /** @} */ |
