From 9c755dcb0dac4382e08a3356a01ba2f6319f99c4 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 13 Mar 2009 04:51:09 +0100 Subject: [PATCH] Fix compilation --- src/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout.c b/src/layout.c index 4f1bdb36..1d4d3ddb 100644 --- a/src/layout.c +++ b/src/layout.c @@ -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); } /* -- 2.39.5