diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-25 05:12:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-25 05:12:45 +0200 |
commit | 68dcdaba48c3e06cb80664d08577cc8923241f5c (patch) | |
tree | 77214b3c0fcf98aabf9c3a91c7fcc6059a70087b /src/libgamma-error.h | |
parent | m + gamma-x-randr: get_edid (diff) | |
download | libgamma-68dcdaba48c3e06cb80664d08577cc8923241f5c.tar.gz libgamma-68dcdaba48c3e06cb80664d08577cc8923241f5c.tar.bz2 libgamma-68dcdaba48c3e06cb80664d08577cc8923241f5c.tar.xz |
m + gamma-x-randr: get output and output info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 80e8a1f..88f9ca7 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -272,6 +272,11 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_PROPERTY_VALUE_QUERY_FAILED (-45) +/** + * A request for information on an output failed, reason unknown + */ +#define LIBGAMMA_OUTPUT_INFORMATION_QUERY_FAILED (-46) + /** @@ -279,7 +284,7 @@ extern const char* libgamma_group_name; * If this is lower than the number your program thinks it * should be sould update your program for new errors. */ -#define LIBGAMMA_ERROR_MIN (-45) +#define LIBGAMMA_ERROR_MIN (-46) |