diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-28 06:26:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-28 06:26:31 +0200 |
commit | 8b6fb37bf30c63ea2e501c0338ecf5594aa84840 (patch) | |
tree | 4590fa0ecf9cfd72fe9cdf61a6c883cd0f56f86d /src/libgamma-method.h | |
parent | fix some sloppyness (diff) | |
download | libgamma-8b6fb37bf30c63ea2e501c0338ecf5594aa84840.tar.gz libgamma-8b6fb37bf30c63ea2e501c0338ecf5594aa84840.tar.bz2 libgamma-8b6fb37bf30c63ea2e501c0338ecf5594aa84840.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-method.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index 4b79e30..bb05757 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -337,7 +337,7 @@ typedef enum libgamma_connector_type /** * The number of values defined in `libgamma_connector_type_t`. */ -#define LIBGAMMA_CONNECTOR_TYPE_COUNT = 19 +#define LIBGAMMA_CONNECTOR_TYPE_COUNT 19 /** * Orders for subpixels. Currently the possible values are @@ -381,7 +381,7 @@ typedef enum libgamma_subpixel_order /** * The number of values defined in `libgamma_subpixel_order_t`. */ -#define LIBGAMMA_SUBPIXEL_ORDER_COUNT = 6 +#define LIBGAMMA_SUBPIXEL_ORDER_COUNT 6 /** @@ -467,7 +467,7 @@ typedef enum libgamma_subpixel_order /** * The number of `LIBGAMMA_CRTC_INFO_*` values defined. */ -#define LIBGAMMA_CRTC_INFO_COUNT = 13 +#define LIBGAMMA_CRTC_INFO_COUNT 13 /** |