From: Michael Stapelberg Date: Thu, 16 Apr 2009 09:08:11 +0000 (+0200) Subject: Bugfix: Fullscreen configure notifies mustn’t use absolute position/size X-Git-Tag: 3.a-bf1~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=36bacc151e2261143b79b06780c185d0b42c9e44;p=i3%2Fi3 Bugfix: Fullscreen configure notifies mustn’t use absolute position/size --- 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