summaryrefslogtreecommitdiff
path: root/src/c_fl_input_.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_input_.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_input_.h')
-rw-r--r--src/c_fl_input_.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_input_.h b/src/c_fl_input_.h
index eec03c2..689894e 100644
--- a/src/c_fl_input_.h
+++ b/src/c_fl_input_.h
@@ -33,8 +33,8 @@ extern "C" void fl_input_set_wrap(INPUT i, int t);
extern "C" int fl_input_get_input_type(INPUT i);
extern "C" void fl_input_set_input_type(INPUT i, int t);
-extern "C" unsigned long fl_input_get_shortcut(INPUT i);
-extern "C" void fl_input_set_shortcut(INPUT i, unsigned long t);
+extern "C" int fl_input_get_shortcut(INPUT i);
+extern "C" void fl_input_set_shortcut(INPUT i, int t);
extern "C" int fl_input_get_mark(INPUT i);
extern "C" int fl_input_set_mark(INPUT i, int t);
extern "C" int fl_input_get_position(INPUT i);