]> git.sur5r.net Git - i3/i3/commit
implement TAILQ_SWAP (only for consecutive elements, order relevant) and use it
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 15 Feb 2011 01:20:29 +0000 (02:20 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 15 Feb 2011 01:21:23 +0000 (02:21 +0100)
commit53d9072ca72ba91c56c431e2aa02bf765713ea68
tree554c080d01ca856af8f8cea0988cafb7a63c25d2
parent834f4d7bc29cc2e0b4b151c62c8bc468943fa2d7
implement TAILQ_SWAP (only for consecutive elements, order relevant) and use it
include/queue.h
src/move.c
tests/queue.h [new file with mode: 0644]
tests/swap.c [new file with mode: 0644]