From be3b78736fc171da4f14c99a22b858ad03237fd8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 04:18:54 +0000 Subject: better more obvious code --- openbox/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 55b684ff..f1b8c885 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -604,8 +604,10 @@ void client_update_icon_geometry(ObClient *self); /*! Set up what decor should be shown on the window and what functions should be allowed (ObClient::decorations and ObClient::functions). This also updates the NET_WM_ALLOWED_ACTIONS hint. + @param reconfig When TRUE, the window will be reconfigured to show the + changes */ -void client_setup_decor_and_functions(ObClient *self); +void client_setup_decor_and_functions(ObClient *self, gboolean reconfig); /*! Sets the window's type and transient flag */ void client_get_type_and_transientness(ObClient *self); -- cgit v1.2.3