Revert "Don't draw on backbuffer, when hiding (thx sECuRE)"

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
next
Axel Wagner 2011-03-21 17:29:11 +01:00
parent edcc373077
commit 26993574f5
1 changed files with 0 additions and 5 deletions

View 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;