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:
bad635d
)
fix java
author
Dana Jansens
<danakj@orodu.net>
Fri, 1 Jun 2007 16:14:03 +0000
(16:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 1 Jun 2007 16:14:03 +0000
(16:14 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index e5666c0a55e098179dc1620ce065da1fab5442b9..87a27fd202883a88d3035e81539ba2e3a49b9807 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2898,7
+2898,7
@@
void client_configure(ObClient *self, gint x, gint y, gint w, gint h,
if (fmoved || fresized)
frame_adjust_area(self->frame, fmoved, fresized, FALSE);
- if ((!user
|| (user && final)) && !resized
)
+ if ((!user
&& !resized) || (user && final)
)
{
XEvent event;