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:
6a7c0b8
)
s/_/./
author
Mikael Magnusson
<mikachu@comhem.se>
Wed, 2 Aug 2006 17:40:23 +0000
(17:40 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 2 Aug 2006 17:40:23 +0000
(17:40 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 0ef666acef0d29a89956598e4e588574e1079aa2..fdc8c108ce53d655fbb579e50b3e10f3d52ccde8 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1234,7
+1234,7
@@
void client_update_normal_hints(ObClient *self)
if (size.flags & PBaseSize)
SIZE_SET(self->base_size, size.base_width, size.base_height);
- if (size.flags & PResizeInc && size.width_inc && size
_
height_inc)
+ if (size.flags & PResizeInc && size.width_inc && size
.
height_inc)
SIZE_SET(self->size_inc, size.width_inc, size.height_inc);
}
}