Send the child SIGSTOPs and SIGCONTs
This commit is contained in:
@ -76,6 +76,7 @@ void hide_bars() {
|
||||
SLIST_FOREACH(walk, outputs, slist) {
|
||||
xcb_unmap_window(xcb_connection, walk->bar);
|
||||
}
|
||||
stop_child();
|
||||
}
|
||||
|
||||
/*
|
||||
@ -89,6 +90,8 @@ void unhide_bars() {
|
||||
uint32_t mask;
|
||||
uint32_t values[4];
|
||||
|
||||
cont_child();
|
||||
|
||||
SLIST_FOREACH(walk, outputs, slist) {
|
||||
if (walk->bar == XCB_NONE) {
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user