]> Dogcows Code - chaz/openbox/commitdiff
more typo :)
authorDana Jansens <danakj@orodu.net>
Wed, 27 Aug 2003 18:53:25 +0000 (18:53 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 27 Aug 2003 18:53:25 +0000 (18:53 +0000)
openbox/event.c

index 17f335aed1d094087eec7b9c37f3e0ceefde387c..b32736ecac14969ce3001ed9f8a68b08ac44693d 100644 (file)
@@ -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)
This page took 0.023884 seconds and 4 git commands to generate.