diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-27 18:52:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-27 18:52:15 +0000 |
| commit | d075ca0993d6fd54dada927cca3916796ac09593 (patch) | |
| tree | 2c38abfe4fb76a75ea8798964674449af5f1bc12 /openbox | |
| parent | a32c2c125c8fb915d3693225bc1049876e5636ca (diff) | |
typo :)
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index bbd87a9d..17f335ae 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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) |
