misplaced return
This commit is contained in:
parent
afc90f2224
commit
6ad0a0ba66
2
event.c
2
event.c
|
@ -177,8 +177,8 @@ handle_event_buttonpress(XEvent * e, awesome_config *awesomeconf)
|
|||
}
|
||||
if((ev->x < x + awesomeconf[screen].statusbar.width) && ev->button == Button1)
|
||||
uicb_setlayout(e->xany.display, screen, &dc[screen], &awesomeconf[screen], NULL);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if((c = getclient(ev->window)))
|
||||
|
|
Loading…
Reference in New Issue