From 0327c5a77894a9a8a325631c9e18fa223e5406d0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 31 Mar 2003 07:51:04 +0000 Subject: [PATCH] use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure --- openbox/client.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index 6830ab73..5881cac6 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1613,13 +1613,6 @@ void client_maximize(Client *self, gboolean max, int dir, gboolean savearea) PROP_SET32A(self->window, openbox_premax, cardinal, dimensions, 4); } - - /* pass the client's current position info. the client_configure - will move/size stuff as appropriate for a maximized window */ - x = self->area.x; - y = self->area.y; - w = self->area.width; - h = self->area.height; } else { long *dimensions; -- 2.39.2