summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-11-16 15:03:36 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-11-16 15:03:36 +0100
commit397226b75d0c2eb8bc7ecb25f6aa0c496ee08b60 (patch)
treea72db93bc323a3d786be8e8de0096c8c1a61fec5 /FL/fl_draw.H
parentaf0bb7e6c968a9c51baefbaba9fd3ea59753d545 (diff)
Add use of fl_capture_window() by test/device
Also, rename fl_capture_window_part() to fl_capture_window().
Diffstat (limited to 'FL/fl_draw.H')
-rw-r--r--FL/fl_draw.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index b2602b521..c11dc9f7d 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -1035,7 +1035,7 @@ inline char fl_can_do_alpha_blending() {
}
FL_EXPORT uchar *fl_read_image(uchar *p, int X, int Y, int W, int H, int alpha = 0);
-FL_EXPORT Fl_RGB_Image *fl_capture_window_part(Fl_Window *win, int x, int y, int w, int h);
+FL_EXPORT Fl_RGB_Image *fl_capture_window(Fl_Window *win, int x, int y, int w, int h);
// pixmaps:
/**