elementary: Fix elm_win_window_id_get for wayland
authorChris Michael <cp.michael@samsung.com>
Thu, 16 Apr 2015 15:07:17 +0000 (11:07 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 16 Apr 2015 15:09:25 +0000 (11:09 -0400)
commit257452f46d344b64d611aa555a8aacdd509a492e
treec5ad50f4dfa4de8e5a4a2b77d31384efdcb16ce5
parent6258b11a5de6e8bdf6131f0d49a69c015ba1b1b4
elementary: Fix elm_win_window_id_get for wayland

Summary: This fixed the elm_win_window_id_get function when running in
wayland to return the ecore_wl_window_id rather than the surface id.
This change is necessary so that anyone calling this function can use
the return value in ecore_wayland function calls.

NB: Thanks to Hermet for pointing this out ! :)

@fix

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