]> git.sur5r.net Git - i3/i3/commit
Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Jan 2011 23:41:53 +0000 (00:41 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Jan 2011 23:41:53 +0000 (00:41 +0100)
commit7b01bc5eb703a8191f53a464cac6339db89420b5
tree05476b92e5918f4c78c55c8ab9856f8eb2cae16f
parent79bbde8766f3cefdb1f5df001dcdb4223b2d421a
Bugfix: use the global root variable, don’t get the first one (Thanks quaec)

The case of an X11 server having multiple displays is handled correctly by the
code in src/mainx.c. However, due to some functions not being correctly
refactored and still getting the first screen (and also the first root window)
from the XCB connection, i3 was operating on the wrong root window.
i3-input/i3-input.h
i3-input/main.c
i3-input/xcb.c
src/floating.c
src/sighandler.c
src/xcb.c