[PATCH weston] launcher: fix typo
Bryce Harrington
bryce at osg.samsung.com
Thu Sep 24 13:55:29 PDT 2015
On Thu, Sep 24, 2015 at 02:30:38PM -0500, Derek Foreman wrote:
> In the launcher split up patch WESTON_LAUNCHER_SOCK was accidentally
> changed to WESTON_LAUNCH_SOCK
>
> Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
Good find. Wonder how that snuck in here.
Pushed to trunk, thanks!
Bryce
> ---
> src/launcher-weston-launch.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/launcher-weston-launch.c b/src/launcher-weston-launch.c
> index 09f671d..e85b2c9 100644
> --- a/src/launcher-weston-launch.c
> +++ b/src/launcher-weston-launch.c
> @@ -249,7 +249,7 @@ launcher_weston_launch_connect(struct weston_launcher **out, struct weston_compo
> * (struct launcher_weston_launch **) out = launcher;
> launcher->compositor = compositor;
> 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) {
> launcher->tty = weston_environment_get_fd("WESTON_TTY_FD");
> /* We don't get a chance to read out the original kb
> --
> 2.5.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list