diff options
| author | Manolo Gouy <Manolo> | 2016-11-16 19:56:22 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-11-16 19:56:22 +0000 |
| commit | 2baeda448b2680e2cca5cf314dd6430db721feab (patch) | |
| tree | 1e643118496df481e715b615ec88b3b00c16ec36 /src/fl_rect.cxx | |
| parent | 44ce401d455c7a017993c3a19f1324dc307db2b5 (diff) | |
Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_Driver::line_width_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 0b9595dae..751b7b813 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -33,12 +33,6 @@ // all driver code is now in drivers/XXX/Fl_XXX_Graphics_Driver_xyz.cxx // ----------------------------------------------------------------------------- -// fl_line_width_ must contain the absolute value of the current -// line width to be used for X11 clipping (see driver code). -// This is defined in src/fl_line_style.cxx -extern int fl_line_width_; - - /** see fl_restore_clip() */ void Fl_Graphics_Driver::restore_clip() { fl_clip_state_number++; |
