projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06abc0
)
Missed a pair of parentheses when I resolved a merge conflict. You can now resize...
author
Mikael Magnusson
<mikachu@comhem.se>
Wed, 16 Apr 2008 15:31:09 +0000
(17:31 +0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 16 Apr 2008 15:31:09 +0000
(17:31 +0200)
openbox/moveresize.c
patch
|
blob
|
history
diff --git
a/openbox/moveresize.c
b/openbox/moveresize.c
index fb527767eb9565f7161dd0c2499ce22a76983dba..f324818df86b058afa692c4b867ab5050c3f3177 100644
(file)
--- a/
openbox/moveresize.c
+++ b/
openbox/moveresize.c
@@
-359,8
+359,8
@@
static void do_resize(void)
h = cur_h;
client_try_configure(moveresize_client, &x, &y, &w, &h,
&lw, &lh, TRUE);
- if (!w == moveresize_client->area.width &&
-
h == moveresize_client->area.height
)
+ if (!
(
w == moveresize_client->area.width &&
+
h == moveresize_client->area.height)
)
{
#ifdef SYNC