]> git.sur5r.net Git - i3/i3/commit
Redraw right-hand side border correctly.
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 13 Apr 2016 17:51:26 +0000 (19:51 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Fri, 15 Apr 2016 16:51:20 +0000 (18:51 +0200)
commit057517b80935a39e1fde594001a3926b4f28d2fa
treedc9e9e57ee3ffb51f9f99d8208adb60d1746795e
parentc3db74a1f8cdcd5d7df263878f208bc9aa00f320
Redraw right-hand side border correctly.

Since we don't actually stop drawing a title (or marks) with the
distance of the border width on the right side, but instead with
a hard-coded two pixel distance, we can only redraw that much of
the border without potentiall cutting off text.

relates to #2247
src/x.c