summaryrefslogtreecommitdiff
path: root/src/c_fl_draw.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-02-26 17:14:08 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-02-26 17:14:08 +1300
commitca99321b1f7aa54b435c73f1ec14321dbd989f16 (patch)
tree5c428548dcbd5c1a7201df8bd75524c78974b8f0 /src/c_fl_draw.h
parentde0f3b8bbb85d9c5d5a226e761f658ee2e0d697b (diff)
Fixed linker errors with OpenGL and Fl_Draw::chordHEADmaster
Diffstat (limited to 'src/c_fl_draw.h')
-rw-r--r--src/c_fl_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_fl_draw.h b/src/c_fl_draw.h
index 74c0d00..851386e 100644
--- a/src/c_fl_draw.h
+++ b/src/c_fl_draw.h
@@ -96,7 +96,7 @@ extern "C" void fl_draw_begin_polygon();
extern "C" void fl_draw_arc(double x, double y, double r, double start, double end);
extern "C" void fl_draw_arc2(int x, int y, int w, int h, double a1, double a2);
-extern "C" void fl_draw_chord(int x, int y, int w, int h, double a1, double a2);
+// extern "C" void fl_draw_chord(int x, int y, int w, int h, double a1, double a2);
extern "C" void fl_draw_circle(double x, double y, double r);
extern "C" void fl_draw_curve(double x0, double y0, double x1, double y1,
double x2, double y2, double x3, double y3);