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:
607de58
)
don't resize windows when they are user size _or_ user positioned
author
Dana Jansens
<danakj@orodu.net>
Tue, 19 Jun 2007 21:24:02 +0000
(21:24 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 19 Jun 2007 21:24:02 +0000
(21:24 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 506653752b357ff8164551b9856658811b675aea..cf6965ae24ade67a84338309fe434ebad6d9d0fe 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-394,7
+394,7
@@
void client_manage(Window window)
*/
if (ob_state() == OB_STATE_RUNNING &&
(transient ||
- (!(self->sized & USSize) &&
+ (!(self->sized & USSize
|| self->positioned & USPosition
) &&
client_normal(self) &&
!self->session)))
{