toytoolkit: don't ignore resizes with negative width or height
authorPhilipp Brüschweiler <blei42@gmail.com>
Thu, 16 Aug 2012 08:50:07 +0000 (10:50 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 16 Aug 2012 14:33:56 +0000 (10:33 -0400)
commit5418a904ca007a109f6af8c0c75ca97a134986d9
treea21be2ca6f48dd118e30908cb1aacfec264694a7
parent4f5217313e7b7aaed22bf796cee7f4bc9c57db1b
toytoolkit: don't ignore resizes with negative width or height

E.g. this can happen when you grab the lower right corner of a window
and move over the top of the window when resizing. In this case, the
changed width is still important and should be acted upon.

https://bugs.freedesktop.org/show_bug.cgi?id=53560
clients/window.c