xwm: Fix transform listener
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Aug 2013 23:20:44 +0000 (16:20 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Aug 2013 23:23:35 +0000 (16:23 -0700)
commite89a8b6ba15a2239d84c79178410017bfe7172bd
tree2b7683c8184703f64a3a2095c78aad26a7024ae6
parent122877d5e7432d72565f9cbd855d7affac0707b1
xwm: Fix transform listener

The coordinate transformation was broken (worked for first output where
output->x/y was 0,0, broke on all other outputs).  We can just use
surface->geometry.x/y directly.  We can't use the full transformation,
the best we can do is to move the X window to the geometry.x/y location.

Get rid of the static old_sx/sy hack as well.
src/xwayland/window-manager.c