diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-28 23:02:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-28 23:02:57 +0000 |
| commit | 8ac5a60322d1556337fa78036d10dd630e1cd305 (patch) | |
| tree | 34851aec564708589b8a28e1c2cd1a9b842f3246 /openbox/client.c | |
| parent | 8fb10d8d8705b37cacbcada71821fbf5dc750eb9 (diff) | |
rm client_disable_decorations.. it already had an action.
add the action to the action_from_string func
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/client.c b/openbox/client.c index e7d77df9..95d1e97e 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2023,9 +2023,3 @@ Icon *client_icon(Client *self, int w, int h) return &self->icons[si]; return &self->icons[li]; } - -void client_disable_decorations(Client *self, int flags) -{ - self->disabled_decorations = flags; - client_setup_decor_and_functions(self); -} |
