From 76a2c95f0715845432dab89984bb28a5dbfa3ebc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 21 Dec 2023 14:03:04 +0100 Subject: Fix a typo, trailing whitespace, and dependencies --- FL/Fl_Image_Surface.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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; -- cgit v1.2.3