This commit is contained in:
Julien Danjou 2007-09-16 13:52:38 +02:00
parent 79a3659f72
commit ccd5e28240
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ main(int argc, char *argv[])
{ {
XNextEvent(dpy, &ev); XNextEvent(dpy, &ev);
if(handler[ev.type]) if(handler[ev.type])
(handler[ev.type]) (&ev, awesomeconf); /* call handler */ handler[ev.type](&ev, awesomeconf); /* call handler */
} }
} }
cleanup(dpy, dc, awesomeconf); cleanup(dpy, dc, awesomeconf);