summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-21 14:03:04 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-21 14:03:04 +0100
commit76a2c95f0715845432dab89984bb28a5dbfa3ebc (patch)
tree33292a5a81c3d51dbed86b3facd344c859b19421 /FL
parent39846392702607ec014cb2dd450c3c6ba86827a6 (diff)
Fix a typo, trailing whitespace, and dependencies
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Image_Surface.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H
index 20a215e3c..c9f0b2226 100644
--- a/FL/Fl_Image_Surface.H
+++ b/FL/Fl_Image_Surface.H
@@ -108,7 +108,7 @@ protected:
int external_offscreen;
Fl_Image_Surface_Driver(int w, int h, int /*high_res*/, Fl_Offscreen off) : Fl_Widget_Surface(NULL), width(w), height(h), offscreen(off) {external_offscreen = (off != 0);}
virtual ~Fl_Image_Surface_Driver() {}
- static void copy_with_mask(Fl_RGB_Image* mask, uchar *dib_dst, uchar *dib_src,
+ static void copy_with_mask(Fl_RGB_Image* mask, uchar *dib_dst, uchar *dib_src,
int line_size, bool bottom_to_top);
static Fl_RGB_Image *RGB3_to_RGB1(const Fl_RGB_Image *rgb3, int W, int H);
void set_current() FL_OVERRIDE = 0;