From 2bc98da4d5b964de2d0d5e40927aa777704f2f29 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 3 Feb 2025 14:38:29 +1300 Subject: More test programs added: button, buttons, clock, color_chooser, cursor, curve, hello --- body/c_fl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'body/c_fl.h') diff --git a/body/c_fl.h b/body/c_fl.h index 9f79979..51dbedb 100644 --- a/body/c_fl.h +++ b/body/c_fl.h @@ -41,6 +41,7 @@ extern "C" size_t c_pointer_size(); extern "C" unsigned int fl_enum_rgb_color(unsigned char r, unsigned char g, unsigned char b); +extern "C" unsigned int fl_enum_contrast(unsigned int f, unsigned int b); extern "C" int fl_abi_check(int v); -- cgit