[PATCH weston v2] xwayland: Fix crash when run with no input device

2016-11-01 Thread Tom Hochstein
Starting an xterm with no input device led to a crash because weston_wm_pick_seat() was returning garbage and weston_wm_selection_init() was trying to use the garbage. Signed-off-by: Tom Hochstein --- v2: Don't call weston_wm_set_selection if there is no seat xwayland/selection.c

[PATCH weston] xwayland: Fix crash when run with no input device

2016-11-01 Thread Tom Hochstein
Starting an xterm with no input device led to a crash because weston_wm_pick_seat() was returning garbage and weston_wm_selection_init() was trying to use the garbage. Signed-off-by: Tom Hochstein --- xwayland/selection.c | 10 +++--- xwayland/window-manager.c | 6 -- 2 files

RE: [PATCH] weston-launch: Handle invalid command line options

2016-05-18 Thread Tom Hochstein
To: Yong Bakos Cc: Otavio Salvador ; wayland-devel@lists.freedesktop.org; Tom Hochstein Subject: Re: [PATCH] weston-launch: Handle invalid command line options On Mon, May 16, 2016 at 12:43:37PM -0600, Yong Bakos wrote: > On May 7, 2016, at 5:57 AM, Otavio Salvador wrote: > >