Be quiet.
This commit is contained in:
parent
a919ad8340
commit
75e12c22c3
2 changed files with 4 additions and 0 deletions
|
|
@ -314,6 +314,8 @@ clientmesg(XClientMessageEvent *e)
|
|||
perror("rio: exec failed");
|
||||
exit(1);
|
||||
}
|
||||
if(e->message_type == wm_protocols)
|
||||
return;
|
||||
if(e->message_type == wm_change_state){
|
||||
c = getclient(e->window, 0);
|
||||
if(e->format == 32 && e->data.l[0] == IconicState && c != 0){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue