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:
4a79f7c
)
missing a break
author
Dana Jansens
<danakj@orodu.net>
Sat, 1 Feb 2003 00:22:16 +0000
(
00:22
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 1 Feb 2003 00:22:16 +0000
(
00:22
+0000)
src/client.cc
patch
|
blob
|
history
diff --git
a/src/client.cc
b/src/client.cc
index 52312f825160cb77a870a7ca62d8e08fc2b1d66c..8f6549085f772e2bf43f85bf01a9e70b3de781d4 100644
(file)
--- a/
src/client.cc
+++ b/
src/client.cc
@@
-232,6
+232,7
@@
void Client::setupDecorAndFunctions()
// normal windows retain all of the possible decorations and
// functionality, and are the only windows that you can fullscreen
_functions |= Func_Fullscreen;
+ break;
case Type_Dialog:
// dialogs cannot be maximized