xwm: Fix configure notify handler
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Aug 2013 23:18:17 +0000 (16:18 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Aug 2013 23:18:17 +0000 (16:18 -0700)
commit122877d5e7432d72565f9cbd855d7affac0707b1
tree0a24d86d3a3bfdc8510cbcbada1544fcaf1a8599
parent69981d9621294ffaeb74ba692d2fbd5d21ae51bb
xwm: Fix configure notify handler

We only get configure notify for toplevel (frame or override-redirect window)
and those are the cases where we want to update window->x/y.  The way the
code worked, we'd exit immeidately in those cases and window->x/y would
not be updated.
src/xwayland/window-manager.c