ee_wayland_egl: Remove some amazing weirdness 39/182539/1
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 8 May 2018 18:26:12 +0000 (13:26 -0500)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 26 Jun 2018 04:42:11 +0000 (13:42 +0900)
commit0fdf4204a5977d66604f3a2bd65d76eb4ed4293e
tree8aedbe628fb2641aaf88cf1661bf712866a78dea
parent8da22a559166f38f7b8101c251fadf7f06babf7a
ee_wayland_egl: Remove some amazing weirdness

Summary:
I don't even know what to put here, but I'll try.

wl_egl_window_resize()'s final two parameters indicate new attachment
points for a buffer relative to the previous top left corner.  When the
compositor is resizing a window it already handles the corner placement.
Fortunately, compositors seem to ignore the new attach co-ords during
resize, so this code hasn't broken anything.  It's just a complicated
NOP.

The new attachment points are intended for use in spontaneous resize,
not drag resize, but the only time these functions are called is for
drag resize.
Depends on D6119

Reviewers: zmike, cedric

Reviewed By: zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6120

Change-Id: I00722662988871502b8ee41d98ec0951b3e72451
src/modules/evas/engines/wayland_egl/evas_wl_main.c