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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_fl_draw.h') diff --git a/src/c_fl_draw.h b/src/c_fl_draw.h index 89f9428..d719903 100644 --- a/src/c_fl_draw.h +++ b/src/c_fl_draw.h @@ -14,7 +14,7 @@ extern "C" void fl_draw_set_status(int x, int y, int w, int h); extern "C" int fl_draw_can_do_alpha_blending(); -extern "C" const char * fl_draw_shortcut_label(unsigned long shortcut); +extern "C" const char * fl_draw_shortcut_label(unsigned int shortcut); extern "C" const char * fl_draw_latin1_to_local(const char *t, int n); -- cgit