commit | 7ef3bed03cee03a746f739c30320a0599be1ea0c | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Tue Jan 06 14:28:13 2015 -0600 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Fri Jan 30 14:11:29 2015 -0800 |
tree | 9c6013eea4ef408c3cdad442f35b0ffeda07af96 | |
parent | 8771a14ff38b7c568e3e3fe99fef8681f5792ad3 [diff] |
desktop-shell: Don't crash on zoom without a pointer in the seat The zoom effect zooms at the seat's current pointer location. When no pointer is present the zoom key bindings cause a crash. Instead, check for the absence of a pointer and log a warning. Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>