summaryrefslogtreecommitdiff
path: root/libgnome-desktop/libgnomeui/gnome-rr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgnome-desktop/libgnomeui/gnome-rr.h')
-rw-r--r--libgnome-desktop/libgnomeui/gnome-rr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgnome-desktop/libgnomeui/gnome-rr.h b/libgnome-desktop/libgnomeui/gnome-rr.h
index 5daa02ab..38b1af86 100644
--- a/libgnome-desktop/libgnomeui/gnome-rr.h
+++ b/libgnome-desktop/libgnomeui/gnome-rr.h
@@ -60,6 +60,7 @@ typedef enum {
GNOME_RR_ERROR_RANDR_ERROR, /* generic/undescribed error from the underlying XRR API */
GNOME_RR_ERROR_BOUNDS_ERROR, /* requested bounds of a CRTC are outside the maximum size */
GNOME_RR_ERROR_CRTC_ASSIGNMENT, /* could not assign CRTCs to outputs */
+ GNOME_RR_ERROR_NO_MATCHING_CONFIG, /* none of the saved configurations matched the current configuration */
} GnomeRRError;
/* GnomeRRScreen */