elm: Use EFL_UI_WIN_CLASS to check if an object is window
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 6 Dec 2017 05:54:49 +0000 (14:54 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 6 Dec 2017 05:54:49 +0000 (14:54 +0900)
commit763c634dced12e5973f05b0a1958e8e51b6fbff8
tree9bc5c3fe8d8cfb56bd30c3c91c2ac5311f1cbf24
parent6a6685ab21e70fb0f35a0f10ffbad6efe285620d
elm: Use EFL_UI_WIN_CLASS to check if an object is window

The EFL_ACCESS_WINDOW_INTERFACE was used to check if an object is window.
This could make sense. But it would be better to use EFL_UI_WIN_CLASS for
consistency.
src/lib/elementary/elm_widget.c