]> git.sur5r.net Git - i3/i3/commit
Bugfix: Don’t mess up x/y coordinates in configurerequests for floating windows
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Mar 2010 22:34:29 +0000 (23:34 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Mar 2010 23:50:31 +0000 (00:50 +0100)
commit56b08ab4fc0489315bd06f2ea6d68ae7d6370b5f
tree2ee46a061705f7d3b5971dce8275ac4990a5541b
parent9714f249713289decb3b3f7c11fbe5973aed41de
Bugfix: Don’t mess up x/y coordinates in configurerequests for floating windows

This was the cause for ticket #93, which actually has a false
conclusion for the reason of this bug.

This code needs to be refactored.
src/handlers.c
testcases/t/12-floating-resize.t [new file with mode: 0644]