From: Dana Jansens Date: Thu, 17 May 2007 01:43:29 +0000 (+0000) Subject: simpler code yay X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=cfce6b8f4d432f804f1e6d5c972a35df56ec0df0;p=chaz%2Fopenbox simpler code yay --- diff --git a/openbox/event.c b/openbox/event.c index 15902a6a..e265f4de 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1301,11 +1301,7 @@ static void event_handle_client(ObClient *client, XEvent *e) e->xclient.data.l[2], FALSE); /* send a synthetic ConfigureNotify, cuz this is supposed to be like a ConfigureRequest. */ - client_configure_full(client, client->area.x, - client->area.y, - client->area.width, - client->area.height, - FALSE, TRUE); + client_reconfigure(client); } else ob_debug_type(OB_DEBUG_APP_BUGS, "_NET_RESTACK_WINDOW sent for window %s "