]> git.sur5r.net Git - i3/i3/commit
Bugfix: Fix screen wrapping, cleanup some log messages
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 11 Aug 2009 13:02:30 +0000 (15:02 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 11 Aug 2009 13:02:30 +0000 (15:02 +0200)
commit556f18029012792316ef847f4e24ef61e51daec6
treed602099e1c3b808f7c59c9f9804f5ba3cae5c524
parentdd134a74efe547e373da476eefc2a7e8a9e2f573
Bugfix: Fix screen wrapping, cleanup some log messages

Before this fix, you could go upwards and select the screen which
was at the rightmost because it also was the one topmost (if all
screen’s top position is equal).
include/client.h
include/xinerama.h
src/client.c
src/commands.c
src/handlers.c
src/layout.c
src/xinerama.c