From 63a9c89770f158fdd1296e7a5d8b60ba21abf3f0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 May 2014 03:59:46 +0200 Subject: gamma-x-randr: get_output_name 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 15a913c..271bec9 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -252,6 +252,11 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_NOT_CONNECTED (-41) +/** + * Data extraction from a reply from the adjustment method failed, reason unknown + */ +#define LIBGAMMA_REPLY_VALUE_EXTRACTION_FAILED (-42) + /** @@ -259,7 +264,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 (-41) +#define LIBGAMMA_ERROR_MIN (-42) -- cgit v1.2.3-70-g09d2