Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | weston: Touch events cause startup failure | Tom Hochstein | 2017-01-23 | 1 | -45/+0 |
| | | | | | | | | | | | Pressing the touch panel continously during boot up caused weston to crash. The weston view was being accessed before it was fully initialized, so now we guard against this. Upstream-Status: Denied [Could not reproduce] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | weston: xwayland: Fix crash when run with no input device | Tom Hochstein | 2017-01-23 | 1 | -0/+45 |
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. Upstream-Status: Accepted [https://cgit.freedesktop.org/wayland/weston/commit/?id=e7fff215ada3fd3d1b2af664888f960c082f9065] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |