diff options
Diffstat (limited to 'src/lib/libgamma-method.h')
-rw-r--r-- | src/lib/libgamma-method.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index 6e0cff1..76a8f40 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -1,6 +1,6 @@ /** * libgamma -- Display server abstraction layer for gamma ramp adjustments - * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright (C) 2014, 2015 Mattias Andrée (maandree@member.fsf.org) * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -85,13 +85,20 @@ */ #define LIBGAMMA_METHOD_QUARTZ_CORE_GRAPHICS 5 +/** + * The identifier for the adjustment method with + * uses the Orbital Wayland compositor's protocol + * for gamma ramp control. + */ +#define LIBGAMMA_METHOD_WAYLAND 6 + /** * The index of the last gamma method, neither it * nor any index before it may actually be supported * as it could have been disabled at compile-time. */ -#define LIBGAMMA_METHOD_MAX 5 +#define LIBGAMMA_METHOD_MAX 6 /** * The number adjustment methods provided by this library. |