all repos — openbox @ 973456488981052ba1e045235a1d9f53d25c91b6

openbox fork - make it a bit more like ryudo

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
Dana Jansens danakj@orodu.net
commit

973456488981052ba1e045235a1d9f53d25c91b6

parent

4eb9a0c59efb6bfd598e35fe692e6b4b994e499c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1802,8 +1802,8 @@

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)