diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-10-02 10:53:33 -0700 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-10-02 11:47:28 -0700 |
commit | 6ff3ff57aa76aa8738383cbacc4e9f425e1da056 (patch) | |
tree | 76e28259b662170ff67d8895f00d38f8114b4db7 /src/launcher-util.h | |
parent | 1468e60647db296c7eeaebe7021de26cbe4a56f9 (diff) | |
download | weston-6ff3ff57aa76aa8738383cbacc4e9f425e1da056.tar.gz |
launcher: Add back support for specifying VT to run on
This is only available when running weston directly as root typically for
ssh logins. It's a somewhat destructive option, as it will take over any
existing VT completely, unless there's already an display server running
there.
https://bugs.freedesktop.org/show_bug.cgi?id=69731
Diffstat (limited to 'src/launcher-util.h')
-rw-r--r-- | src/launcher-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launcher-util.h b/src/launcher-util.h index ab669160..3e7ceb59 100644 --- a/src/launcher-util.h +++ b/src/launcher-util.h @@ -30,7 +30,7 @@ struct weston_launcher; struct weston_launcher * -weston_launcher_connect(struct weston_compositor *compositor); +weston_launcher_connect(struct weston_compositor *compositor, int tty); void weston_launcher_destroy(struct weston_launcher *launcher); |