mirror of https://github.com/0intro/wmii
small change that Smergo will be happy again (I expect)
This commit is contained in:
parent
d632774b6a
commit
54f234738e
|
@ -182,10 +182,6 @@ init_screen()
|
|||
int
|
||||
wmii_error_handler(Display *dpy, XErrorEvent *error)
|
||||
{
|
||||
Client *c;
|
||||
|
||||
if((c = win2client(error->resourceid)))
|
||||
destroy_client(c);
|
||||
if(error->error_code == BadWindow
|
||||
|| (error->request_code == X_SetInputFocus
|
||||
&& error->error_code == BadMatch)
|
||||
|
|
Loading…
Reference in New Issue