mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
refresh stuff even in socket events
This commit is contained in:
parent
ce41ed1eeb
commit
03bb2708b6
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,8 @@ main(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
buf[r] = '\0';
|
buf[r] = '\0';
|
||||||
parse_control(buf);
|
parse_control(buf);
|
||||||
|
statusbar_refresh();
|
||||||
|
layout_refresh();
|
||||||
}
|
}
|
||||||
/* two level XPending:
|
/* two level XPending:
|
||||||
* we need to first check we have XEvent to handle
|
* we need to first check we have XEvent to handle
|
||||||
|
|
Loading…
Reference in a new issue