summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-27 18:53:25 +0000
committerDana Jansens <danakj@orodu.net>2003-08-27 18:53:25 +0000
commit56cc3dc663372c2f9e4f20b5037faafa7fa72334 (patch)
treee2669ca0043b60ecb41c2628bcb7b9ca47e356ab /openbox
parentd075ca0993d6fd54dada927cca3916796ac09593 (diff)
more typo :)
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 17f335ae..b32736ec 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_normal(self));
+ client_normal(client));
if (e->xconfigurerequest.value_mask & CWX)
x = newx;
if (e->xconfigurerequest.value_mask & CWY)
@@ -1010,7 +1010,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_normal(self));
+ client_normal(client));
if (e->xclient.data.l[0] & 1 << 8)
x = newx;
if (e->xclient.data.l[0] & 1 << 9)