From 083a7565c7d7c5cf28d0f91b6c28a893429a7e83 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 May 2007 05:21:05 +0000 Subject: set the session stuff before trying to apply per-app settings. set the decor/functions after restoring all the stuff from session/per-app too --- openbox/event.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index e3132c90..bd3911e2 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -577,9 +577,6 @@ static void event_process(const XEvent *ec, gpointer data) ObClient *c = client_fake_manage(e->xclient.window); gulong vals[4]; - /* adjust the decorations so we know the sizes */ - frame_adjust_area(c->frame, FALSE, TRUE, TRUE); - /* set the frame extents on the window */ vals[0] = c->frame->size.left; vals[1] = c->frame->size.right; -- cgit v1.2.3