diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 00:00:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 00:00:47 +0200 |
commit | c6b4c3d980c563224baef8b379dabbf31b60030d (patch) | |
tree | b6dc602425270b27ababc3450cfef4a0bbbdfb10 /src/libgamma-error.h | |
parent | m (diff) | |
download | libgamma-c6b4c3d980c563224baef8b379dabbf31b60030d.tar.gz libgamma-c6b4c3d980c563224baef8b379dabbf31b60030d.tar.bz2 libgamma-c6b4c3d980c563224baef8b379dabbf31b60030d.tar.xz |
some crtc information for gamma-linux-drm
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.h')
-rw-r--r-- | src/libgamma-error.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index be1e5d9..5091d46 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -113,7 +113,7 @@ extern const char* libgamma_group_name; #define LIBGAMMA_WRONG_GAMMA_RAMP_SIZE (-14) /** - * The adjustment method reported that the gamma ramps size is 1 or 0 + * The adjustment method reported that the gamma ramps size is 1, or perhaps even zero or negative */ #define LIBGAMMA_SINGLETON_GAMMA_RAMP (-15) @@ -159,6 +159,11 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_GRAPHICS_CARD_REMOVED (-23) +/** + * The state of the requested information is unknown + */ +#define LIBGAMMA_STATE_UNKNOWN (-24) + #endif |