summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-27 16:52:20 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-27 16:52:20 +0200
commit5fae7b36bb98b99a7b5b84e42c702945ff073983 (patch)
tree06ac0ea853d8153087cef93d15f07d427a4b61d7 /src/drivers/GDI/Fl_GDI_Graphics_Driver.H
parentec05f78d98d8e38ea34eb1bd73647fa5b8b35f81 (diff)
Fix Fl_GDI_Graphics_Driver::rect_unscaled() (#1052)
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver.H2
1 files changed, 2 insertions, 0 deletions
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;