commit | f30af4e50d192d2bde0e2d4c3e2b2a076a6f13bb | [log] [tgz] |
---|---|---|
author | Jasper St. Pierre <jstpierre@mecheye.net> | Sun Mar 22 10:14:49 2015 -0700 |
committer | Daniel Stone <daniels@collabora.com> | Mon Apr 06 18:10:20 2015 +0100 |
tree | 995c910ef962740880dcd4f8fc99702e9a700d1a | |
parent | 97246c067de2e3c1dea9fb359d5d463732366c49 [diff] |
xwayland: Stack windows on top when activating them Now that we've removed the XYToWindow handler in Xwayland, we actually have to stack windows properly. This stacks windows on top when activating them. Note that for a fully robust Xwayland implementation, we'll need a complete stack tracker implementation, unfortunately. Reviewed-by: Daniel Stone <daniels@collabora.com>