summaryrefslogtreecommitdiff
path: root/daemon/gdm-server.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-11-27 18:52:54 -0500
committerRay Strode <rstrode@redhat.com>2012-05-05 21:42:03 -0400
commitc56fbb65277e8a17db5e0939f0b02e41c4ec784c (patch)
treeb91d650f58fe7cd3f122b495777578c4e26ae0c6 /daemon/gdm-server.h
parentc93d98b646a9a4fce3052260a1f08808d62d7155 (diff)
downloadgdm-c56fbb65277e8a17db5e0939f0b02e41c4ec784c.tar.gz
daemon: enable smooth transition between plymouth and X
This commit adds optional support for interacting with plymouth from gdm. This feature can be enabled by passing --with-plymouth to configure. Hopefully, this will enable the various distributions that use plymouth to drop a patch. https://bugzilla.gnome.org/show_bug.cgi?id=572173
Diffstat (limited to 'daemon/gdm-server.h')
-rw-r--r--daemon/gdm-server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gdm-server.h b/daemon/gdm-server.h
index b53d68e5..827f7fa4 100644
--- a/daemon/gdm-server.h
+++ b/daemon/gdm-server.h
@@ -57,6 +57,9 @@ GdmServer * gdm_server_new (const char *display_id,
const char *seat_id,
const char *auth_file);
gboolean gdm_server_start (GdmServer *server);
+#ifdef HAVE_PLYMOUTH
+gboolean gdm_server_start_on_active_vt (GdmServer *server);
+#endif
gboolean gdm_server_stop (GdmServer *server);
char * gdm_server_get_display_device (GdmServer *server);