summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/event.c2
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)