Add elm_win_window_id_get API function
authorChris Michael <cp.michael@samsung.com>
Wed, 4 Sep 2013 08:19:30 +0000 (09:19 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 4 Sep 2013 08:19:30 +0000 (09:19 +0100)
commitd64eeef25a0e9f2e1e9a1b84a918ca42a25fa87d
tree9c816d9bdd0dc9ad33b716635e632f25d2b6fd1a
parent7155cc0302c2f80d7b0b3c3ab41f51d33dd891f3
Add elm_win_window_id_get API function

NB: On X11, this will return the Ecore_Window of the Elm Window. On
Wayland engines, this will return the surface id of the Elm Window.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
legacy/elementary/src/lib/elm_win.c