wayland: Fix cursor surface frame calls
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 3 Jan 2017 22:40:21 +0000 (16:40 -0600)
committerDerek Foreman <derekf@osg.samsung.com>
Tue, 3 Jan 2017 22:40:21 +0000 (16:40 -0600)
commit641dfab516b8de1cf27ca07671ff73de6c8d32bf
treebe19e004070ef2bf02e97947fe0978b60bc3d40e
parent06c05f853a29b1a319964125918cc515b62419dc
wayland: Fix cursor surface frame calls

The common code was skipping frame callback when no shell surface was
present - cursors aren't shell surfaces.

Add the frame callback to the common path and remove the bespoke callback
from the cursor code.
src/lib/ecore_wl2/ecore_wl2_input.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c