Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fixed a bug reported by sander
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
73f21ed
..
b158f01
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)
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)
if(sticky == TopRight || sticky == BotRight)
c->x = right - c->w;
if(sticky == BotLeft || sticky == BotRight)