From 5fae7b36bb98b99a7b5b84e42c702945ff073983 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:52:20 +0200 Subject: Fix Fl_GDI_Graphics_Driver::rect_unscaled() (#1052) --- src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (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 38fce606d..c3449f1c9 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -60,6 +60,8 @@ protected: uchar *mask_bitmap_; uchar **mask_bitmap() FL_OVERRIDE {return &mask_bitmap_;} POINT *long_point; + bool is_solid_; + int style_; public: Fl_GDI_Graphics_Driver(); ~Fl_GDI_Graphics_Driver() FL_OVERRIDE; -- cgit v1.2.3