aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_subpixel_order_count.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libgamma_subpixel_order_count.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgamma_subpixel_order_count.c b/libgamma_subpixel_order_count.c
new file mode 100644
index 0000000..d77a748
--- /dev/null
+++ b/libgamma_subpixel_order_count.c
@@ -0,0 +1,9 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+
+/**
+ * The number of values defined in `libgamma_subpixel_order_t`
+ * in the version of the library the program is linked against
+ */
+const int libgamma_subpixel_order_count = LIBGAMMA_SUBPIXEL_ORDER_COUNT;