summaryrefslogtreecommitdiff
path: root/daemon/gdm-launch-environment.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-08-31 15:52:07 -0400
committerRay Strode <rstrode@redhat.com>2018-08-31 17:05:53 -0400
commit365c58c0f4e4488496283005c5f800c27ad15d7c (patch)
tree6c18d742f6ee00de5b6a4239e736d7b1dbd1511c /daemon/gdm-launch-environment.h
parentc274ef84f51ed8a33d9ce286d6fd594e5808b315 (diff)
downloadgdm-365c58c0f4e4488496283005c5f800c27ad15d7c.tar.gz
launch-environment: use wayland for initial-setup
While we've been using wayland by default for the login screen for a long time, and for the user session for somewhat less time, we never switched initial setup over. It's still using X11 for no good reason. This commit changes initial-setup to use wayland by default like everything else.
Diffstat (limited to 'daemon/gdm-launch-environment.h')
-rw-r--r--daemon/gdm-launch-environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-launch-environment.h b/daemon/gdm-launch-environment.h
index c2a09d1c..00ac2a0d 100644
--- a/daemon/gdm-launch-environment.h
+++ b/daemon/gdm-launch-environment.h
@@ -77,6 +77,7 @@ GdmLaunchEnvironment *gdm_create_greeter_launch_environment (const char *display
gboolean display_is_local);
GdmLaunchEnvironment *gdm_create_initial_setup_launch_environment (const char *display_name,
const char *seat_id,
+ const char *session_type,
const char *display_hostname,
gboolean display_is_local);
GdmLaunchEnvironment *gdm_create_chooser_launch_environment (const char *display_name,