elementary: Fix calling ecore_evas_wayland_move with improper values
authorChris Michael <cp.michael@samsung.com>
Mon, 12 Oct 2015 15:02:50 +0000 (11:02 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 12 Oct 2015 15:02:50 +0000 (11:02 -0400)
commit8959a9a8bb0b855eea2b5061a46452f285c74ef3
treeb4bba15907f7d0801bd41b9e3b6801b3557ac77e
parent16a70f9147054be855ab6cd85c9bd841634ef5af
elementary: Fix calling ecore_evas_wayland_move with improper values

Summary: As ecore_evas_wayland_move ends up updating the location of
the ecore_wl_window, we should be calling move with the proper
geometry as this ends up updating the internal ecore_wl_window
geometry (which in turn sends to xdg_surface_set_window_geometry).
This is part of a fix where xdg_surface_set_window_geometry was
getting sent inproper values.

@fix

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