diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 04:18:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 04:18:54 +0000 |
| commit | be3b78736fc171da4f14c99a22b858ad03237fd8 (patch) | |
| tree | 8d1c0fa184b7ec761bc369f6fd98fb8f39d98d0b /openbox/client.h | |
| parent | 2f579df4e7b3af6c9a715e8921dcca9e9140d32e (diff) | |
better more obvious code
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); |
