From 4de491d02e5c45d9a43cb7f93b729aaae1bbe8b6 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 25 Nov 2022 15:53:04 +0100 Subject: Make Fl_XXX_Graphics_Driver::create_bitmask() a static member function --- src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 521584fa4..39af1e68e 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -69,7 +69,7 @@ public: virtual void *gc() {return gc_;} // --- bitmap stuff - HBITMAP create_bitmask(int w, int h, const uchar *array); // NOT virtual + static HBITMAP create_bitmask(int w, int h, const uchar *array); // NOT virtual virtual void delete_bitmask(fl_uintptr_t bm); HBITMAP create_alphamask(int w, int h, int d, int ld, const uchar *array); virtual void draw_unscaled(const char* str, int n, int x, int y); -- cgit v1.2.3