]> git.sur5r.net Git - i3/i3/commitdiff
Fix compilation
authorMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 13 Mar 2009 03:51:09 +0000 (04:51 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 13 Mar 2009 03:51:09 +0000 (04:51 +0100)
src/layout.c

index 4f1bdb368d572c51273c50eed34bb94476c9e865..1d4d3ddb963fc2b460060ca3036258aaef9e3666 100644 (file)
@@ -263,7 +263,7 @@ static void resize_client(xcb_connection_t *conn, Client *client) {
         /* After configuring a child window we need to fake a configure_notify_event according
            to ICCCM 4.2.3. This seems rather broken, especially since X sends exactly the same
            configure_notify_event automatically according to xtrace. Anyone knows details? */
-        fake_configure_notify(conn, rect, client->child);
+        fake_configure_notify(conn, *rect, client->child);
 }
 
 /*