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)
commit482fcafc2368d4d4aa1a3048561bfa95d4a5e531
tree1acc427b8250869339a5a98194c14ef81ea3d445
parentb93fd35bcb7b8d595a7b37badde05c7d37669d5a
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>
src/lib/elm_win.c