summaryrefslogtreecommitdiff
path: root/body/c_fl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'body/c_fl.cpp')
-rw-r--r--body/c_fl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/body/c_fl.cpp b/body/c_fl.cpp
index ec5f7e5..a9e6d16 100644
--- a/body/c_fl.cpp
+++ b/body/c_fl.cpp
@@ -55,6 +55,10 @@ unsigned int fl_enum_rgb_color(unsigned char r, unsigned char g, unsigned char b
return fl_rgb_color(r, g, b);
}
+unsigned int fl_enum_contrast(unsigned int f, unsigned int b) {
+ return fl_contrast(f, b);
+}
+