diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 03:16:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 03:16:49 +0200 |
commit | ee240c08552447ccd13a1797b85508e0d333dc32 (patch) | |
tree | 503412da7e92476c14bfa16d8f45c9bbc7b5d78b /src/libgamma-error.h | |
parent | missed to stage file (diff) | |
download | libgamma-ee240c08552447ccd13a1797b85508e0d333dc32.tar.gz libgamma-ee240c08552447ccd13a1797b85508e0d333dc32.tar.bz2 libgamma-ee240c08552447ccd13a1797b85508e0d333dc32.tar.xz |
m + connector info for drm
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.h')
-rw-r--r-- | src/libgamma-error.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index ddb71d2..ba8ec86 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -169,6 +169,16 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_CONNECTOR_UNKNOWN (-25) +/** + * The detected connector type is not listed in this library and has to be updated + */ +#define LIBGAMMA_CONNECTOR_TYPE_NOT_RECOGNISED (-26) + +/** + * The detected subpixel order is not listed in this library and has to be updated + */ +#define LIBGAMMA_SUBPIXEL_ORDER_NOT_RECOGNISED (-27) + #endif |