]> git.sur5r.net Git - i3/i3/commitdiff
Also draw right tab border for split containers (Thanks alex)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Dec 2012 20:12:38 +0000 (21:12 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Dec 2012 20:12:38 +0000 (21:12 +0100)
fixes #696

src/x.c

diff --git a/src/x.c b/src/x.c
index 78c6de33b243d8735af613b19719719364f70a7a..8f0ae37d538984efcf59dd5395d7f94c016c2ac2 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -505,7 +505,7 @@ void x_draw_decoration(Con *con) {
                 con->deco_rect.width - 2);
         free(title);
 
-        goto copy_pixmaps;
+        goto after_title;
     }
 
     if (win->name == NULL)
@@ -533,6 +533,7 @@ void x_draw_decoration(Con *con) {
             con->deco_rect.x + 2 + indent_px, con->deco_rect.y + text_offset_y,
             con->deco_rect.width - 2 - indent_px);
 
+after_title:
     /* Since we don’t clip the text at all, it might in some cases be painted
      * on the border pixels on the right side of a window. Therefore, we draw
      * the right border again after rendering the text (and the unconnected