summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-06-21 16:08:32 +0000
committerManolo Gouy <Manolo>2017-06-21 16:08:32 +0000
commit93a99431ed1e4889a103f7bcccf4f498f05f5139 (patch)
tree4041d5ee7dbd4f782397c9760a679f24a9136f26 /FL
parentfa3d8c6259c0326df980f0347a23b68d0620ea92 (diff)
Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl_Scalable_Graphics_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12269 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Graphics_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index 8af285e8e..9572d1275 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -410,6 +410,7 @@ public:
float scale() { return scale_; }
protected:
float scale_; // scale between user and graphical coordinates: graphical = user * scale_
+ int line_width_;
void cache_size(Fl_Image *img, int &width, int &height);
virtual Fl_Region scale_clip(float f)=0;
void unscale_clip(Fl_Region r);