summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-08 18:27:30 +0000
committerDana Jansens <danakj@orodu.net>2003-10-08 18:27:30 +0000
commit440b862204e92ca0703d68d0f7f7d72bdef7d702 (patch)
tree8d7e2d6b8f4fa44c715d1b1ff4144f07a18f9ccf /openbox/client.c
parentb968a7ac19664ff69c942cb91357e3bcd8551544 (diff)
indenting
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 041beb12..670e06bb 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -1186,14 +1186,14 @@ void client_setup_decor_and_functions(ObClient *self)
/* if we don't have a titlebar, then we cannot shade! */
if (!(self->decorations & OB_FRAME_DECOR_TITLEBAR))
- self->functions &= ~OB_CLIENT_FUNC_SHADE;
+ self->functions &= ~OB_CLIENT_FUNC_SHADE;
/* now we need to check against rules for the client's current state */
if (self->fullscreen) {
- self->functions &= (OB_CLIENT_FUNC_CLOSE |
+ self->functions &= (OB_CLIENT_FUNC_CLOSE |
OB_CLIENT_FUNC_FULLSCREEN |
OB_CLIENT_FUNC_ICONIFY);
- self->decorations = 0;
+ self->decorations = 0;
}
client_change_allowed_actions(self);