summaryrefslogtreecommitdiff
path: root/src/c_fl_draw.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-02-06 21:53:06 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-02-06 21:53:06 +1300
commitc47bea48a24e51e178354f3e3bb53d8b9964b769 (patch)
tree0235aa00983da4722cc49de315f76d3ea3978026 /src/c_fl_draw.h
parentfeef4803ef4cabd6190e5a76c34ccc9866da380d (diff)
Moved mouse cursors and added cursor functions to FLTK.Draw
Diffstat (limited to 'src/c_fl_draw.h')
-rw-r--r--src/c_fl_draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_fl_draw.h b/src/c_fl_draw.h
index 592087c..dec536c 100644
--- a/src/c_fl_draw.h
+++ b/src/c_fl_draw.h
@@ -36,6 +36,8 @@ extern "C" void fl_draw_overlay_rect(int x, int y, int w, int h);
extern "C" unsigned int fl_draw_get_color();
extern "C" void fl_draw_set_color(unsigned int c);
extern "C" void fl_draw_set_color2(uchar r, uchar g, uchar b);
+extern "C" void fl_draw_set_cursor(int m);
+extern "C" void fl_draw_set_cursor2(int m, unsigned int f, unsigned int b);
extern "C" unsigned int fl_draw_get_font();
extern "C" int fl_draw_size();
extern "C" void fl_draw_set_font(unsigned int f, int s);