From 1eed4b02c043cd411bc16dc260a1008f70dd2a88 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 23 May 2014 18:28:32 +0200 Subject: gamma-x-randr: init site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libgamma-error.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/libgamma-error.h') 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) -- cgit v1.2.3-70-g09d2