From: Dana Jansens Date: Wed, 27 Aug 2003 18:52:15 +0000 (+0000) Subject: typo :) X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d075ca0993d6fd54dada927cca3916796ac09593;p=chaz%2Fopenbox typo :) --- 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)