]> 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, 9 Sep 2010 13:34:13 +0000 (15:34 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 9 Sep 2010 13:34:13 +0000 (15:34 +0200)
commitff86f35f0573b230233b83765608b90afd14354e
tree861cd88f3a87d8d764900a181ec197bb4bb2eb86
parent95243d1967bcf15c50fe983122f645950998291f
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.
src/floating.c
src/handlers.c
src/sighandler.c
src/workspace.c
src/xcb.c