e_comp: not to enter hwc when pointer is shown 10/82410/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 3 Aug 2016 07:09:57 +0000 (16:09 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 3 Aug 2016 07:11:50 +0000 (16:11 +0900)
Change-Id: I772842c0d2778e5b6151a7806c3c277d2a2d9167
Signed-off-by: Juyeon Lee <juyeonne.lee@samsung.com>
src/bin/e_comp.c

index ede02e7c4a7a76b6bb4e04e01bb5bd527bf8ac94..6ae52d908c07da1130c373af5e6e46daa20f8b83 100644 (file)
@@ -710,6 +710,9 @@ _e_comp_hwc_usable(void)
 
    if (!e_comp->hwc) return EINA_FALSE;
 
+   // will be removed once hwc cursor is supported
+   if (!e_pointer_is_hidden(e_comp->pointer)) return EINA_FALSE;
+
    // check whether to use hwc
    // core assignment policy
    ret = _e_comp_hwc_prepare();