From 82eb9509e9e273e8e9e7e584553ccc49f476d4a3 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 20 Jan 2025 00:42:19 +1300 Subject: Filled holes in Fl_Text_Editor binding and make key/modifier/shortcut/flag representations more in line with C++ --- src/c_fl_draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_fl_draw.cpp') diff --git a/src/c_fl_draw.cpp b/src/c_fl_draw.cpp index ff5477c..488a73f 100644 --- a/src/c_fl_draw.cpp +++ b/src/c_fl_draw.cpp @@ -30,7 +30,7 @@ int fl_draw_can_do_alpha_blending() { return fl_can_do_alpha_blending(); } -const char * fl_draw_shortcut_label(unsigned long shortcut) { +const char * fl_draw_shortcut_label(unsigned int shortcut) { return fl_shortcut_label(shortcut); } -- cgit