debugging help
This commit is contained in:
parent
3fd51250be
commit
148f25d351
3 changed files with 8 additions and 3 deletions
|
|
@ -137,8 +137,10 @@ getwindow(Display *d, int ref)
|
|||
Image *i;
|
||||
Image *oi;
|
||||
|
||||
if(_x.destroyed)
|
||||
if(_x.destroyed){
|
||||
postnote(PNGROUP, getpgrp(), "hangup");
|
||||
return -1;
|
||||
}
|
||||
if(xreplacescreenimage() == 0)
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue