diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-03 14:38:29 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-03 14:38:29 +1300 |
commit | 2bc98da4d5b964de2d0d5e40927aa777704f2f29 (patch) | |
tree | 95b47d4e1462e96945a9b9c40e247e361144fa57 /body/c_fl.h | |
parent | e2e976c7f4716034673e5939fa9f60797bf401fd (diff) |
More test programs added: button, buttons, clock, color_chooser, cursor, curve, hello
Diffstat (limited to 'body/c_fl.h')
-rw-r--r-- | body/c_fl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |