event: fix typo
This commit is contained in:
parent
5c54de2481
commit
13575238b0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user