]> git.sur5r.net Git - i3/i3/commit
Avoid rendering the tree twice in a row 2112/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 15 Dec 2015 12:21:11 +0000 (07:21 -0500)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 15 Dec 2015 18:59:50 +0000 (13:59 -0500)
commit905bca3531c8774d2e34e35a285979bc33e46166
treeab484b92851c9ac3e6076710d662230af333f4e7
parent954927ccc4ed916024569d980ad2f4458c80f5c4
Avoid rendering the tree twice in a row

The callee already renders the tree if necessary, so despite the documentation
of the function, doing it again on the caller side is unnecessary.
src/bindings.c
src/click.c
src/key_press.c