]> git.sur5r.net Git - i3/i3/commitdiff
Revert "Don't draw on backbuffer, when hiding (thx sECuRE)"
authorAxel Wagner <mail@merovius.de>
Mon, 21 Mar 2011 16:29:11 +0000 (17:29 +0100)
committerAxel Wagner <mail@merovius.de>
Mon, 21 Mar 2011 16:29:11 +0000 (17:29 +0100)
This reverts commit f51ba2d7ecf3f560c8ce4d3ab8419ecf6265839c.

This commit introduced a regression, which prevented i3bar to be redrawn
at all in some circumstances. It will later be reintroduced in a bigger
refactoring of event-dependencies

i3bar/src/xcb.c

index 87d0c85beb75e7e9307031f6f394ab2ed63e1896..2da2e6f78362aeb1a6cbf9bcb0e167fbeb0004b0 100644 (file)
@@ -225,8 +225,6 @@ void unhide_bars() {
         return;
     }
 
-    draw_bars();
-
     i3_output           *walk;
     xcb_void_cookie_t   cookie;
     uint32_t            mask;
@@ -891,9 +889,6 @@ void reconfig_windows() {
  *
  */
 void draw_bars() {
-    if (config.hide_on_modifier && !mod_pressed) {
-        return;
-    }
     DLOG("Drawing Bars...\n");
     int i = 0;