summaryrefslogtreecommitdiff
path: root/src/c_fl_choice.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-16 12:17:46 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-16 12:17:46 +1300
commitba1719013e5bab82a2accb4aadfd8451c3ebc931 (patch)
tree0ce67b8257b0ed05e50704ec6a808aac0659816b /src/c_fl_choice.h
parent106316bcedec72c5380a7544c27be6a5c117e57a (diff)
Fixed bug in Fl_Choice binding, filled small hole in Fl_Menu_Button binding
Diffstat (limited to 'src/c_fl_choice.h')
-rw-r--r--src/c_fl_choice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_choice.h b/src/c_fl_choice.h
index 5d076b1..031e67e 100644
--- a/src/c_fl_choice.h
+++ b/src/c_fl_choice.h
@@ -16,8 +16,8 @@ extern "C" void free_fl_choice(CHOICE b);
extern "C" int fl_choice_value(CHOICE c);
-extern "C" int fl_choice_set_value(CHOICE c, int p);
-extern "C" int fl_choice_set_value2(CHOICE c, void * i);
+extern "C" int fl_choice_set_value(CHOICE c, void * i);
+extern "C" int fl_choice_set_value2(CHOICE c, int p);
extern "C" void fl_choice_draw(CHOICE n);