From: Dana Jansens Date: Thu, 20 May 2010 01:27:40 +0000 (-0400) Subject: don't need a force_reply when changing the decor for a window X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=973456488981052ba1e045235a1d9f53d25c91b6 don't need a force_reply when changing the decor for a window it will send a configurenotify if the client's rootwindow position changed --- diff --git a/openbox/client.c b/openbox/client.c index e9a2adf5..ca114904 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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)