launcher: fix typo
In the launcher split up patch WESTON_LAUNCHER_SOCK was accidentally changed to WESTON_LAUNCH_SOCK Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
committed by
Bryce Harrington
parent
cb15620b74
commit
e7d868aaad
@@ -249,7 +249,7 @@ launcher_weston_launch_connect(struct weston_launcher **out, struct weston_compo
|
|||||||
* (struct launcher_weston_launch **) out = launcher;
|
* (struct launcher_weston_launch **) out = launcher;
|
||||||
launcher->compositor = compositor;
|
launcher->compositor = compositor;
|
||||||
launcher->drm_fd = -1;
|
launcher->drm_fd = -1;
|
||||||
launcher->fd = weston_environment_get_fd("WESTON_LAUNCH_SOCK");
|
launcher->fd = weston_environment_get_fd("WESTON_LAUNCHER_SOCK");
|
||||||
if (launcher->fd != -1) {
|
if (launcher->fd != -1) {
|
||||||
launcher->tty = weston_environment_get_fd("WESTON_TTY_FD");
|
launcher->tty = weston_environment_get_fd("WESTON_TTY_FD");
|
||||||
/* We don't get a chance to read out the original kb
|
/* We don't get a chance to read out the original kb
|
||||||
|
|||||||
Reference in New Issue
Block a user