aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-28 06:26:31 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-28 06:26:31 +0200
commit8b6fb37bf30c63ea2e501c0338ecf5594aa84840 (patch)
tree4590fa0ecf9cfd72fe9cdf61a6c883cd0f56f86d /src
parentfix some sloppyness (diff)
downloadlibgamma-8b6fb37bf30c63ea2e501c0338ecf5594aa84840.tar.gz
libgamma-8b6fb37bf30c63ea2e501c0338ecf5594aa84840.tar.bz2
libgamma-8b6fb37bf30c63ea2e501c0338ecf5594aa84840.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/libgamma-method.h6
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
/**