diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-16 15:03:36 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-16 15:03:36 +0100 |
| commit | 397226b75d0c2eb8bc7ecb25f6aa0c496ee08b60 (patch) | |
| tree | a72db93bc323a3d786be8e8de0096c8c1a61fec5 /src/Fl_Screen_Driver.H | |
| parent | af0bb7e6c968a9c51baefbaba9fd3ea59753d545 (diff) | |
Add use of fl_capture_window() by test/device
Also, rename fl_capture_window_part() to fl_capture_window().
Diffstat (limited to 'src/Fl_Screen_Driver.H')
| -rw-r--r-- | src/Fl_Screen_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index c160f8a5e..8bff6fa62 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -149,7 +149,7 @@ public: virtual void release_keyboard() {} /* Member function read_win_rectangle() supports public functions - fl_read_image() and fl_capture_window_part() which capture pixel data from + fl_read_image() and fl_capture_window() which capture pixel data from a window (or also from an offscreen buffer with fl_read_image). If 'may_capture_subwins' is true, an implementation may or may not capture |
