commit | 122877d5e7432d72565f9cbd855d7affac0707b1 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Aug 22 16:18:17 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Aug 22 16:18:17 2013 -0700 |
tree | 0a24d86d3a3bfdc8510cbcbada1544fcaf1a8599 | |
parent | 69981d9621294ffaeb74ba692d2fbd5d21ae51bb [diff] |
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.