commit | 201769a75646413b6c3d80f86bd5347c60030570 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Tue Apr 26 14:42:11 2016 +0300 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Thu Jun 09 11:17:16 2016 +0300 |
tree | 54c80504481f40883d6dde5aa144023836430ab8 | |
parent | bb32ccc045f2f8f08f98ec91fbfe6c7620bb84a9 [diff] |
compositor: fix wp_viewport.set_source errors The revised wp_viewport spec requires that unset has to have all of x, y, width and height -1 to be recognized. Check for negative x and y and raise the required error. The error event now mentions the wl_surface, too. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>