From 36bacc151e2261143b79b06780c185d0b42c9e44 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 16 Apr 2009 11:08:11 +0200 Subject: [PATCH] =?utf8?q?Bugfix:=20Fullscreen=20configure=20notifies=20mu?= =?utf8?q?stn=E2=80=99t=20use=20absolute=20position/size?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 63b929c0..1ac3357d 100644 --- a/src/util.c +++ b/src/util.c @@ -396,7 +396,7 @@ void toggle_fullscreen(xcb_connection_t *conn, Client *client) { Rect child_rect = workspace->rect; child_rect.x = child_rect.y = 0; - fake_absolute_configure_notify(conn, client); + fake_configure_notify(conn, child_rect, client->child); } else { LOG("leaving fullscreen mode\n"); /* Because the coordinates of the window haven’t changed, it would not be -- 2.39.5