mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Commiting GDI header file with vertex additions
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11034 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -83,6 +83,17 @@ protected:
|
|||||||
void push_no_clip();
|
void push_no_clip();
|
||||||
void pop_clip();
|
void pop_clip();
|
||||||
void restore_clip();
|
void restore_clip();
|
||||||
|
// --- implementation is in src/fl_vertex.cxx which includes src/cfg_gfx/xxx_rect.cxx
|
||||||
|
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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user