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:
53001ee
)
add {}'s
author
Dana Jansens
<danakj@orodu.net>
Fri, 17 Jan 2003 02:53:06 +0000
(
02:53
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 17 Jan 2003 02:53:06 +0000
(
02:53
+0000)
src/client.cc
patch
|
blob
|
history
diff --git
a/src/client.cc
b/src/client.cc
index 603a08bdecc43276e6697ff2548e9fe7338c095b..f83a8a3de4fdb73c79932015c435ba08629d3725 100644
(file)
--- a/
src/client.cc
+++ b/
src/client.cc
@@
-99,10
+99,10
@@
void Client::getGravity()
long junk;
if (XGetWMNormalHints(**otk::display, _window, &size, &junk) &&
- size.flags & PWinGravity)
+ size.flags & PWinGravity)
{
// first try the normal hints
_gravity = size.win_gravity;
- else {
+
}
else {
// then fall back to the attribute
ret = XGetWindowAttributes(**otk::display, _window, &wattrib);
assert(ret != BadWindow);