summaryrefslogtreecommitdiff
path: root/src/c_fl_draw.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-20 00:42:19 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-20 00:42:19 +1300
commit82eb9509e9e273e8e9e7e584553ccc49f476d4a3 (patch)
treefcd903955511ba8798e76f76154c4d5b841ad6a5 /src/c_fl_draw.h
parentf27eb859eff94ec9c13239daee15f60ffecde089 (diff)
Filled holes in Fl_Text_Editor binding and make key/modifier/shortcut/flag representations more in line with C++
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 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);