From 07f60c3a38d562f333df9d41453b2fa872f95410 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 15:08:19 +0000 Subject: fix moved comment --- openbox/event.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index 88cccdee..cfa000d0 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1486,6 +1486,9 @@ static void event_handle_client(ObClient *client, XEvent *e) /* normal hints can make a window non-resizable */ client_setup_decor_and_functions(client, FALSE); + /* make sure the client's sizes are within its bounds, but only + reconfigure the window if it needs to. emacs will update its + normal hints every time it receives a conigurenotify */ client_reconfigure(client, FALSE); } else if (msgtype == XA_WM_HINTS) { client_update_wmhints(client); -- cgit v1.2.3