commit | 5418a904ca007a109f6af8c0c75ca97a134986d9 | [log] [tgz] |
---|---|---|
author | Philipp Brüschweiler <blei42@gmail.com> | Thu Aug 16 10:50:07 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Aug 16 10:33:56 2012 -0400 |
tree | a21be2ca6f48dd118e30908cb1aacfec264694a7 | |
parent | 4f5217313e7b7aaed22bf796cee7f4bc9c57db1b [diff] |
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