Be quiet.

This commit is contained in:
rsc 2005-08-10 19:03:57 +00:00
parent a919ad8340
commit 75e12c22c3
2 changed files with 4 additions and 0 deletions

View file

@ -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){