ecore-wl2: Update cursor regardless of cursor surface
authorChris Michael <cp.michael@samsung.com>
Wed, 2 Nov 2016 16:12:04 +0000 (12:12 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 2 Nov 2016 16:13:09 +0000 (12:13 -0400)
commite3f02acc93142353977c91d80ba00969d35e93fb
tree0b1064e7c20cbab2809de46b0ca6d3d1e92f0918
parent90afe6ab6174b5b4d54b41f22d236f9921fd3705
ecore-wl2: Update cursor regardless of cursor surface

If a NULL surface gets passed into ecore_wl2_window_pointer_set that
would mean we are unsetting the cursor surface, so we should still be
calling wl_pointer_set_cursor even with a NULL surface.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_window.c