ee_wayland: Remove pointless ack_configure
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 24 Apr 2018 20:44:09 +0000 (15:44 -0500)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 26 Jun 2018 04:27:37 +0000 (13:27 +0900)
commit8da22a559166f38f7b8101c251fadf7f06babf7a
treeb4096346eb808882bf6c315fd6d054f0a9df7c50
parent10e779e2726ec5f6244c0ff1f5e865e7e4f1e863
ee_wayland: Remove pointless ack_configure

If we don't ack_configure here, it'll just automatically happen in
ecore_wl2_commit() next time we render anyway.

If we do ack_configure here, we can totally screw up E's internal window
handling.

Removing it seems like a win.

Change-Id: I58b1e0a17919a7c5a3561b0db59ae2d9e4fe1384
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c