handle configure request for windows we don't handle

This commit is contained in:
Julien Danjou 2007-12-28 20:27:56 +01:00
parent f37c71c162
commit 169e658a18
1 changed files with 1 additions and 1 deletions

View File

@ -135,10 +135,10 @@ handle_event_configurerequest(XEvent * e)
XWindowChanges wc;
int old_screen;
Tag **curtags;
return;
if((c = get_client_bywin(globalconf.clients, ev->window)))
{
return;
c->ismax = False;
curtags = get_current_tags(c->screen);
if(ev->value_mask & CWBorderWidth)