From be66d89defefff92dbf683558f9a29f0dfd5c05f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jan 2016 21:54:30 +0000 Subject: Added OpenGL support for dotted lines. Active widget now renders focus rectangle correctly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/cfg_gfx/xlib.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cfg_gfx/xlib.H') diff --git a/src/cfg_gfx/xlib.H b/src/cfg_gfx/xlib.H index d184d617c..460e02e10 100644 --- a/src/cfg_gfx/xlib.H +++ b/src/cfg_gfx/xlib.H @@ -98,6 +98,8 @@ protected: // --- implementation is in src/fl_arci.cxx which includes src/cfg_gfx/xxx_arci.cxx void arc(int x, int y, int w, int h, double a1, double a2); void pie(int x, int y, int w, int h, double a1, double a2); + // --- implementation is in src/fl_line_style.cxx which includes src/cfg_gfx/xxx_line_style.cxx + void line_style(int style, int width=0, char* dashes=0); }; -- cgit v1.2.3