aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_subpixel_order_count.c
blob: 05adb51d5ff233054a9781d991de7e2dc88ee5d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* See LICENSE file for copyright and license details. */
#include "common.h"


#define X(...) +1

/**
 * 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 = LIST_SUBPIXEL_ORDERS(X);

#undef X