summaryrefslogtreecommitdiff
path: root/src/cfg_gfx/xlib.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_gfx/xlib.H')
-rw-r--r--src/cfg_gfx/xlib.H12
1 files changed, 12 insertions, 0 deletions
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);
};