From 8ecaf88f2d96b25f5cfc72bf094d6d80b11d9f46 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 28 Aug 2014 19:08:55 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/libgamma-method.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index c342b43..40d311f 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -316,7 +316,7 @@ typedef enum libgamma_connector_type * The adjustment method does not know the connector's type * (This could be considered an error). */ - LIBGAMMA_CONNECTOR_TYPE_Unknown, + LIBGAMMA_CONNECTOR_TYPE_Unknown = 0, /** * Video Graphics Array (VGA). @@ -431,7 +431,7 @@ typedef enum libgamma_subpixel_order * The adjustment method does not know the order of the subpixels. * (This could be considered an error.) */ - LIBGAMMA_SUBPIXEL_ORDER_UNKNOWN, + LIBGAMMA_SUBPIXEL_ORDER_UNKNOWN = 0, /** * There are no subpixels in the monitor. -- cgit v1.2.3-70-g09d2