ecore-wl: Don't update window size during ecore_wl_window_resize
authorChris Michael <cp.michael@samsung.com>
Mon, 12 Oct 2015 14:55:50 +0000 (10:55 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 12 Oct 2015 14:55:50 +0000 (10:55 -0400)
commit6263fcc716df45761e30cfd9a3b02f3e3b0b160f
tree62fdd110503c0d459a821b8114cf9eb4282e722a
parent653e258eec564f4175bbf1c30bb687d27959ea83
ecore-wl: Don't update window size during ecore_wl_window_resize
function

Summary: As we call ecore_wl_window_update_size from various places
when needed, don't call it inside the resize function. This addresses
an issue where sizes for the Ecore_Wl_Window may be out of sync

@fix

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