summaryrefslogtreecommitdiff
path: root/src/launcher-util.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-22 00:28:09 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-10-21 16:23:58 -0700
commitcc5b2ed2b8e3b57de86b74f4a9934df255b9d3a8 (patch)
tree1dfc7d942c3d03ec3ea29712d23127ec2bedc9c6 /src/launcher-util.h
parente461f853851947b374f905f75fb656c3061cd724 (diff)
downloadweston-cc5b2ed2b8e3b57de86b74f4a9934df255b9d3a8.tar.gz
launcher: add logind backend
Instead of connecting to weston-launch from launcher-util, we now try to connect to logind first. If logind provides session-devices, we use them. If not, we fall back to the old weston-launch facility.
Diffstat (limited to 'src/launcher-util.h')
-rw-r--r--src/launcher-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/launcher-util.h b/src/launcher-util.h
index 9de52370..d5b2fc98 100644
--- a/src/launcher-util.h
+++ b/src/launcher-util.h
@@ -30,7 +30,8 @@
struct weston_launcher;
struct weston_launcher *
-weston_launcher_connect(struct weston_compositor *compositor, int tty);
+weston_launcher_connect(struct weston_compositor *compositor, int tty,
+ const char *seat_id);
void
weston_launcher_destroy(struct weston_launcher *launcher);