elementary: Fix issue of cursor getting unset on DRM engine
authorChris Michael <cp.michael@samsung.com>
Thu, 26 Feb 2015 15:44:59 +0000 (10:44 -0500)
committerChris Michael <cp.michael@samsung.com>
Thu, 26 Feb 2015 15:44:59 +0000 (10:44 -0500)
commit244f32b797926258a83fb287947770e0ffc10d0b
treea1acf9f4a24527fd4cf0bf8cc48bb33dcffe41f9
parenta87b0341f316188863c755d980f2be86c7b10599
elementary: Fix issue of cursor getting unset on DRM engine

Summary: When running the E startup wizard using DRM, the cursor ends
up getting unset (and never reset) due to the DRM engine not having a
wayland window. To fix this, we will test the the engine being DRM and
if so then set the cursor->use_engine to false so that it defaults to
ecore_evas_object_cursor calls (which work on DRM).

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
legacy/elementary/src/lib/els_cursor.c