diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-28 19:08:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-28 19:08:55 +0200 |
commit | 8ecaf88f2d96b25f5cfc72bf094d6d80b11d9f46 (patch) | |
tree | a2184eb0380656a1aa01d4c8d354919302c6f942 /src | |
parent | typo (diff) | |
download | libgamma-8ecaf88f2d96b25f5cfc72bf094d6d80b11d9f46.tar.gz libgamma-8ecaf88f2d96b25f5cfc72bf094d6d80b11d9f46.tar.bz2 libgamma-8ecaf88f2d96b25f5cfc72bf094d6d80b11d9f46.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libgamma-method.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |