From 3e61ec7044942ebaeda948c64df762a0250f8954 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:13:09 +0100 Subject: New member function Fl_Image_Surface::mask(Fl_RGB_Image*) --- src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 4d1f45c82..03371c8c4 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -70,6 +70,7 @@ public: // --- bitmap stuff static HBITMAP create_bitmask(int w, int h, const uchar *array); // NOT virtual + static HBITMAP calc_HBITMAP_mask(Fl_RGB_Image *mask); void delete_bitmask(fl_uintptr_t bm) FL_OVERRIDE; HBITMAP create_alphamask(int w, int h, int d, int ld, const uchar *array); void draw_unscaled(const char* str, int n, int x, int y) FL_OVERRIDE; -- cgit v1.2.3