diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libgamma-error.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index 5091d46..ddb71d2 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -164,6 +164,11 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_STATE_UNKNOWN (-24) +/** + * Failed to determine which connector the CRTC belongs to + */ +#define LIBGAMMA_CONNECTOR_UNKNOWN (-25) + #endif |