typo :)
This commit is contained in:
parent
a32c2c125c
commit
d075ca0993
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
|||
int fh = h +
|
||||
client->frame->size.top + client->frame->size.bottom;
|
||||
client_find_onscreen(client, &newx, &newy, fw, fh,
|
||||
client_noral(self));
|
||||
client_normal(self));
|
||||
if (e->xconfigurerequest.value_mask & CWX)
|
||||
x = newx;
|
||||
if (e->xconfigurerequest.value_mask & CWY)
|
||||
|
|
Loading…
Reference in a new issue