]> 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:35:48 +0000 (15:35 +0200)
commitf2896d34e0da88aa3bd5b942f4cd0c33cdc49aa5
tree252e02057aad243fc6799de6b4f6c426be9fc34b
parentf6638b4b9e912712a8a3bb7124fa3ff928004284
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