e_devicemgr_device: correct the version of tizen_input_device 58/167658/1
authorJunSeok, Kim <juns.kim@samsung.com>
Fri, 19 Jan 2018 05:42:47 +0000 (14:42 +0900)
committerJunSeok, Kim <juns.kim@samsung.com>
Fri, 19 Jan 2018 05:42:47 +0000 (14:42 +0900)
Change-Id: I68d75167c79fbc9ae17fb574f60835d58a4613f9

src/e_devicemgr_device.c

index a319f32fe0b5cd8049cb16dab3e33542f15df4b3..938ed1e083887f6dff6ee974e791670d74783a6c 100644 (file)
@@ -1930,7 +1930,7 @@ _e_devicemgr_device_mgr_cb_bind(struct wl_client *client, void *data, uint32_t v
 
         EINA_LIST_FOREACH(e_comp_wl->input_device_manager.device_list, l, dev)
           {
-             device_res = wl_resource_create(client, &tizen_input_device_interface, 3, 0);
+             device_res = wl_resource_create(client, &tizen_input_device_interface, 1, 0);
              if (!device_res)
                {
                   DMERR("Could not create tizen_input_device resource: %m");