summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-10 05:21:05 +0000
committerDana Jansens <danakj@orodu.net>2007-05-10 05:21:05 +0000
commit083a7565c7d7c5cf28d0f91b6c28a893429a7e83 (patch)
treee6a27daf9df38552feefa795073a666158884edd /openbox/event.c
parent933a689b41c2ab34af7395ca86acaa057cbda727 (diff)
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
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c3
1 files changed, 0 insertions, 3 deletions
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;