diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-20 00:42:19 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-20 00:42:19 +1300 |
commit | 82eb9509e9e273e8e9e7e584553ccc49f476d4a3 (patch) | |
tree | fcd903955511ba8798e76f76154c4d5b841ad6a5 /src/c_fl_draw.cpp | |
parent | f27eb859eff94ec9c13239daee15f60ffecde089 (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.cpp')
-rw-r--r-- | src/c_fl_draw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |