diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-03 14:00:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-03 14:00:40 +0200 |
commit | 0b0b7431f44de18ce1e314c0e977ab5d4eac0026 (patch) | |
tree | 1c83c5de39fc45b0b6fa8a6b7e085cf0c825554a /src/lib/libgamma-error.h | |
parent | add support for PREFERRED_DISPLAY (diff) | |
download | libgamma-0b0b7431f44de18ce1e314c0e977ab5d4eac0026.tar.gz libgamma-0b0b7431f44de18ce1e314c0e977ab5d4eac0026.tar.bz2 libgamma-0b0b7431f44de18ce1e314c0e977ab5d4eac0026.tar.xz |
wayland: some crtc info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-error.h')
-rw-r--r-- | src/lib/libgamma-error.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libgamma-error.h b/src/lib/libgamma-error.h index 456560c..d0b9e61 100644 --- a/src/lib/libgamma-error.h +++ b/src/lib/libgamma-error.h @@ -333,6 +333,12 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_OUTPUT_INFORMATION_QUERY_FAILED (-46) +/** + * Gamma ramps are not supported. + * (Only returned in debug mode.) + */ +#define LIBGAMMA_GAMMA_RAMPS_NOT_SUPPORTED (-47) + /** @@ -341,7 +347,7 @@ extern const char* libgamma_group_name; * number your program thinks it should be sould * update your program for new errors. */ -#define LIBGAMMA_ERROR_MIN (-46) +#define LIBGAMMA_ERROR_MIN (-47) |