From 28b94ce5e78c26a4963f8db5efc2492fbc44b9e9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jan 2016 00:24:29 +0000 Subject: Hiding fl_vertex form public view git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/cfg_gfx/xlib.H | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/cfg_gfx/xlib.H') diff --git a/src/cfg_gfx/xlib.H b/src/cfg_gfx/xlib.H index 60478f5bd..9b0fbad97 100644 --- a/src/cfg_gfx/xlib.H +++ b/src/cfg_gfx/xlib.H @@ -82,6 +82,18 @@ protected: void push_no_clip(); void pop_clip(); void restore_clip(); + // --- implementation is in src/fl_vertex.cxx which includes src/cfg_gfx/xxx_rect.cxx + void fixloop(); + void begin_complex_polygon(); + void transformed_vertex(double xf, double yf); + void vertex(double x, double y); + void end_points(); + void end_line(); + void end_loop(); + void end_polygon(); + void end_complex_polygon(); + void gap(); + void circle(double x, double y, double r); }; -- cgit v1.2.3