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:
fbae014
)
fullscreen only if no decorations
author
Dana Jansens
<danakj@orodu.net>
Wed, 16 May 2007 17:01:47 +0000
(17:01 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 16 May 2007 17:01:47 +0000
(17:01 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index dba7706be0a057baf15b881bcaff133c1474e919..9bf378e191c2b760a89c23a110f5536e3726ef0d 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2339,6
+2339,7
@@
static ObStackingLayer calc_layer(ObClient *self)
else if ((self->fullscreen ||
/* no decorations and fills the monitor = oldskool fullscreen */
(self->frame != NULL &&
+ self->decorations == 0 &&
(self->frame->size.right == 0 && self->frame->size.left == 0 &&
self->frame->size.bottom == 0 && self->frame->size.top == 0 &&
RECT_EQUAL(self->area,