projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3342e14
)
make utility windows able to be resized
author
Dana Jansens
<danakj@orodu.net>
Fri, 11 Apr 2003 19:14:13 +0000
(19:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 11 Apr 2003 19:14:13 +0000
(19:14 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index cf447a88afbec615d6bb0ffec51959c68073b183..e1c391eac4fc60190ccea550824b40d84365f580 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-846,14
+846,14
@@
void client_setup_decor_and_functions(Client *self)
break;
case Type_Dialog:
- /* dialogs cannot be maximized */
+ case Type_Utility:
+ /* these windows cannot be maximized */
self->decorations &= ~Decor_Maximize;
self->functions &= ~Func_Maximize;
break;
case Type_Menu:
case Type_Toolbar:
- case Type_Utility:
/* these windows get less functionality */
self->decorations &= ~(Decor_Iconify | Decor_Handle);
self->functions &= ~(Func_Iconify | Func_Resize);