Modified the wrong subclass value 78/156178/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 17 Oct 2017 07:23:15 +0000 (16:23 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 17 Oct 2017 10:31:44 +0000 (10:31 +0000)
Change-Id: I0f31b3476afded70aa1663e47986a99a7fbb270e
(cherry picked from commit a79b174da00ca98a4c90db3a27180f6a202ac6ab)

ism/extras/wayland_immodule/wayland_imcontext.c

index 11c9959..491b3a1 100644 (file)
@@ -287,7 +287,7 @@ _device_info_send (unsigned int window, Eina_Bool flag)
     e->identifier = eina_stringshare_ref (IME_DEVICE_NAME);
     e->seatname = eina_stringshare_ref (IME_DEVICE_NAME);
     e->clas = ECORE_DEVICE_CLASS_KEYBOARD;
-    e->subclas = EVAS_DEVICE_SUBCLASS_VIRTUAL_KEYBOARD;
+    e->subclas = ECORE_DEVICE_SUBCLASS_VIRTUAL_KEYBOARD;
     e->window = window;
 
     if (flag)