event: fix typo

This commit is contained in:
Martin Duquesnoy 2008-11-04 14:42:08 +01:00
parent 5c54de2481
commit 13575238b0

View File

@ -279,14 +279,12 @@ maprequest(XEvent ev)
return;
if(at.override_redirect)
return;
if(!client_get(ev.xmaprequest.window))
if(!client_get(ev.xmaprequest.window)
client_manage(ev.xmaprequest.window, &at);
return;
}
double ROUND(double x) { return (x > 0) ? x + 0.5 : x - 0.5; }
/* If the type is 0, this function will move, else,
* this will resize */
void