This commit is contained in:
Julien Danjou 2007-09-16 14:13:48 +02:00
parent d06785f599
commit 43f96f7286
1 changed files with 0 additions and 2 deletions

View File

@ -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)))
{ {