wl_drm: fix show_cursor issues in wearable, mobile, and TV 67/61567/3 accepted/tizen/common/20160310.081325 accepted/tizen/ivi/20160309.124521 accepted/tizen/mobile/20160309.124429 accepted/tizen/tv/20160309.124444 accepted/tizen/wearable/20160309.124500 submit/tizen/20160309.072858
authorDuna Oh <duna.oh@samsung.com>
Wed, 9 Mar 2016 02:19:06 +0000 (11:19 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 9 Mar 2016 04:10:09 +0000 (20:10 -0800)
commit1b83cdc7eec1fc5b9038c0f715e70bd95ead6ec2
tree3000d1b6082320a95727ba8e2d41c5ffe6e8b02d
parent35d0f7ce267611e3a9f55877d15ea8701d8f7a43
wl_drm: fix show_cursor issues in wearable, mobile, and TV

wearable: e_config->show_cursor is false.
mobile: e_config->show_cursor is true. By default, we only have a touch device,
 then do not show cursor. If pointer device is enabled, cursor should be appeared.
TV: pointer device is enabled, send pointer_enter event to the focused client
 to update client's cursor.

Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I0f1c753cd8b7ff9dc85e32b469d58c57eddd46dd
src/bin/e_comp_wl_input.c
src/bin/e_pointer.c
src/modules/wl_drm/e_mod_main.c