diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-01 14:33:06 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-11-01 14:33:06 +0100 |
| commit | ccbb424046c76e6b41c0a0f3c3804e53c359d169 (patch) | |
| tree | c299ab604a26ebdf7366a3af50b8367fe42ba7ad /src/Fl_Scalable_Graphics_Driver.H | |
| parent | d14bd1bfecb705a8de17d251cb67588393ea412b (diff) | |
Add option to uniform line drawing in scaled mode (#167)
Diffstat (limited to 'src/Fl_Scalable_Graphics_Driver.H')
| -rw-r--r-- | src/Fl_Scalable_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Scalable_Graphics_Driver.H b/src/Fl_Scalable_Graphics_Driver.H index 326ca313e..16278d81d 100644 --- a/src/Fl_Scalable_Graphics_Driver.H +++ b/src/Fl_Scalable_Graphics_Driver.H @@ -43,6 +43,7 @@ public: static int floor(int x, float s); inline int floor(int x) { return Fl_Scalable_Graphics_Driver::floor(x, scale()); } protected: + int line_style_; int line_width_; bool is_solid_; Fl_Scalable_Graphics_Driver(); |
