summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-display.h')
-rw-r--r--daemon/gdm-display.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/daemon/gdm-display.h b/daemon/gdm-display.h
index 87e274bc..cfdb6564 100644
--- a/daemon/gdm-display.h
+++ b/daemon/gdm-display.h
@@ -37,14 +37,15 @@ G_BEGIN_DECLS
typedef struct GdmDisplayPrivate GdmDisplayPrivate;
typedef enum {
- GDM_DISPLAY_UNMANAGED,
+ GDM_DISPLAY_UNMANAGED = 0,
GDM_DISPLAY_MANAGED,
- GDM_DISPLAY_FINISHED
+ GDM_DISPLAY_FINISHED,
+ GDM_DISPLAY_FAILED,
} GdmDisplayStatus;
typedef struct
{
- GObject parent;
+ GObject parent;
GdmDisplayPrivate *priv;
} GdmDisplay;