cosmetic
This commit is contained in:
parent
d06785f599
commit
43f96f7286
2
event.c
2
event.c
|
@ -149,7 +149,6 @@ handle_event_buttonpress(XEvent * e, awesome_config *awesomeconf)
|
||||||
XButtonPressedEvent *ev = &e->xbutton;
|
XButtonPressedEvent *ev = &e->xbutton;
|
||||||
|
|
||||||
for(screen = 0; screen < ScreenCount(e->xany.display); screen++)
|
for(screen = 0; screen < ScreenCount(e->xany.display); screen++)
|
||||||
{
|
|
||||||
if(awesomeconf[screen].statusbar.window == ev->window)
|
if(awesomeconf[screen].statusbar.window == ev->window)
|
||||||
{
|
{
|
||||||
int x = 0;
|
int x = 0;
|
||||||
|
@ -179,7 +178,6 @@ handle_event_buttonpress(XEvent * e, awesome_config *awesomeconf)
|
||||||
uicb_setlayout(e->xany.display, screen, &dc[screen], &awesomeconf[screen], NULL);
|
uicb_setlayout(e->xany.display, screen, &dc[screen], &awesomeconf[screen], NULL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if((c = getclient(ev->window)))
|
if((c = getclient(ev->window)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue