projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a420cea
)
fixed a bug reported by sander
author
Anselm R.Garbe
<arg@10ksloc.org>
Thu, 17 Aug 2006 08:06:36 +0000
(10:06 +0200)
committer
Anselm R.Garbe
<arg@10ksloc.org>
Thu, 17 Aug 2006 08:06:36 +0000
(10:06 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 73f21ed87fbaa1977d5833cb4ea0d0cbf3fffad7..b158f011dfa74bb1f96d48fe9ed8dac1d82722db 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-296,7
+296,7
@@
resize(Client *c, Bool sizehints, Corner sticky)
if(c->x > sw) /* might happen on restart */
c->x = sw - c->w;
if(c->y > sh)
- c->y =
bottom
- c->h;
+ c->y =
sh
- c->h;
if(sticky == TopRight || sticky == BotRight)
c->x = right - c->w;
if(sticky == BotLeft || sticky == BotRight)