aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-23 00:41:38 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-23 00:41:38 +0200
commitd77cf2ecaf7fa4b4ed70c89ea804e72f95c46e26 (patch)
tree5d0fa6b9b0cbf30e0cddf38956dcdb07fa9a2c46 /src/libgamma-error.h
parentsome crtc information for gamma-linux-drm (diff)
downloadlibgamma-d77cf2ecaf7fa4b4ed70c89ea804e72f95c46e26.tar.gz
libgamma-d77cf2ecaf7fa4b4ed70c89ea804e72f95c46e26.tar.bz2
libgamma-d77cf2ecaf7fa4b4ed70c89ea804e72f95c46e26.tar.xz
missed to stage file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.h')
-rw-r--r--src/libgamma-error.h5
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