summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-05-19 21:27:40 -0400
committerDana Jansens <danakj@orodu.net>2010-05-20 16:18:04 -0400
commit973456488981052ba1e045235a1d9f53d25c91b6 (patch)
tree49c89fce95f63dd2f8a112c6fced52c4667d3505 /openbox/client.c
parent4eb9a0c59efb6bfd598e35fe692e6b4b994e499c (diff)
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
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c4
1 files changed, 2 insertions, 2 deletions
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)