when maximizing a wayland client with csd, use window geometry
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 23 Oct 2015 16:56:56 +0000 (12:56 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 23 Oct 2015 16:59:45 +0000 (12:59 -0400)
commit6e5e51c2b8647a41f156e2854be409780492a679
treee6988bf59f6d1dddc8f41456e6a8d55f75d0f455
parent7016c59c6f95a342a4b12047317a27da27aaecc8
when maximizing a wayland client with csd, use window geometry

wayland clients which have csd must be resized according to window geometry,
not client (surface) geometry. this is somewhat tricky to handle because x11
clients which have csd work the exact opposite way and must continue to be
managed using client geometry

this is not my ideal solution for this issue, but I can't think of a
better one at this time which fully fixes wayland client maximization
src/bin/e_client.c