diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 18:28:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 18:28:32 +0200 |
commit | 1eed4b02c043cd411bc16dc260a1008f70dd2a88 (patch) | |
tree | ff82f90de4a2cc7e12267f2cdf640ccf5467161f /src/libgamma-error.h | |
parent | disable aggregate-return warnings in gamma-x-randr (xcb violates this) (diff) | |
download | libgamma-1eed4b02c043cd411bc16dc260a1008f70dd2a88.tar.gz libgamma-1eed4b02c043cd411bc16dc260a1008f70dd2a88.tar.bz2 libgamma-1eed4b02c043cd411bc16dc260a1008f70dd2a88.tar.xz |
gamma-x-randr: init site
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 5cdfc65..6e3b102 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -232,6 +232,11 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_PROTOCOL_VERSION_QUERY_FAILED (-37) +/** + * The adjustment method's version of its protocol is not supported + */ +#define LIBGAMMA_PROTOCOL_VERSION_NOT_SUPPORTED (-38) + /** @@ -239,7 +244,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 (-37) +#define LIBGAMMA_ERROR_MIN (-38) |