From 68dcdaba48c3e06cb80664d08577cc8923241f5c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 May 2014 05:12:45 +0200 Subject: m + gamma-x-randr: get output and output info 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 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) -- cgit v1.2.3-70-g09d2