summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-graphics/wayland/weston/fix-touchscreen-crash.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-11-13Fix Weston crash on touchscreen inputDennis Field1-0/+29
Check for touch->focus before using it, as some touchscreens will generate out-of-screen coordinates and cause touch->focus to be NULL. (e.g. Raspberry Pi display, some displays after weston-calibrator) Bug-AGL: SPEC-309 Upstream-Status: Backport [https://cgit.freedesktop.org/wayland/weston/commit/src/input.c?id=2c40d1d30eabe46706822a8b5c94579aeba58e84] Change-Id: I01b5cf7fd95275290544dffba2771619b1488dff Signed-off-by: Dennis Field <dennisf@radiosound.com>