don't need a force_reply when changing the decor for a window
authorDana Jansens <danakj@orodu.net>
Thu, 20 May 2010 01:27:40 +0000 (21:27 -0400)
committerDana Jansens <danakj@orodu.net>
Thu, 20 May 2010 20:18:04 +0000 (16:18 -0400)
it will send a configurenotify if the client's rootwindow position changed

openbox/client.c

index e9a2adf..ca11490 100644 (file)
@@ -1802,8 +1802,8 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig)
     client_change_allowed_actions(self);
 
     if (reconfig)
-        /* force reconfigure to make sure decorations are updated */
-        client_reconfigure(self, TRUE);
+        /* reconfigure to make sure decorations are updated */
+        client_reconfigure(self, FALSE);
 }
 
 static void client_change_allowed_actions(ObClient *self)