commit | e7fff215ada3fd3d1b2af664888f960c082f9065 | [log] [tgz] |
---|---|---|
author | Tom Hochstein <tom.hochstein@nxp.com> | Tue Nov 01 14:14:00 2016 -0500 |
committer | Daniel Stone <daniels@collabora.com> | Wed Nov 16 16:44:20 2016 +0000 |
tree | 2eba0ed468fab6f7c59f62664104ef35c50de1f7 | |
parent | 61beda653b85c5b9bfb2f2fbf120ac7ab5a3fde9 [diff] |
xwayland: Fix crash when run with no input device 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 <tom.hochstein@nxp.com> Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>