diff options
Diffstat (limited to 'src/libgamma-error.h')
-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 5223207..be1e5d9 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -154,6 +154,11 @@ extern const char* libgamma_group_name; */ #define LIBGAMMA_DEVICE_REQUIRE_GROUP (-22) +/** + * The graphics card appear to have been removed + */ +#define LIBGAMMA_GRAPHICS_CARD_REMOVED (-23) + #endif |