summaryrefslogtreecommitdiff
path: root/daemon/gdm-local-display.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-01-23 13:59:14 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:15 -0500
commit05ac2161a73ad3ccf2dc513ab2d7b83253f840c2 (patch)
treed4b8c5a823fde1606784405f2341024c2a662f7a /daemon/gdm-local-display.h
parent2ba0912414735ed38093d109b426b93bee88e99e (diff)
downloadgdm-05ac2161a73ad3ccf2dc513ab2d7b83253f840c2.tar.gz
session: start login screen using session wrappers
Since we have the wrappers, let's use them for the login screen, too, when we can. This commit removes GdmServer from GdmLocalDisplay, since starting the X server should be handled implicitly by gdm-x-session, now. All the old logic is now in a new GdmLegacyDisplay object, that will remain for cases where gdm-x-session doesn't work. (ConsoleKit systems, non-seat0 displays, etc) https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-local-display.h')
-rw-r--r--daemon/gdm-local-display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-local-display.h b/daemon/gdm-local-display.h
index 9ece9bee..dec22f5b 100644
--- a/daemon/gdm-local-display.h
+++ b/daemon/gdm-local-display.h
@@ -49,7 +49,7 @@ typedef struct
} GdmLocalDisplayClass;
GType gdm_local_display_get_type (void);
-GdmDisplay * gdm_local_display_new (int display_number);
+GdmDisplay * gdm_local_display_new (void);
G_END_DECLS