From d075ca0993d6fd54dada927cca3916796ac09593 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 27 Aug 2003 18:52:15 +0000 Subject: [PATCH] typo :) --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2