pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b86c818
)
does this fix anything?
author
Anselm R Garbe
<garbeam@gmail.com>
Sun, 22 Jun 2008 08:29:06 +0000
(09:29 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sun, 22 Jun 2008 08:29:06 +0000
(09:29 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
a5a9de2
..
fe2dc1f
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-929,7
+929,7
@@
manage(Window w, XWindowAttributes *wa) {
XRaiseWindow(dpy, c->win);
attach(c);
attachstack(c);
XRaiseWindow(dpy, c->win);
attach(c);
attachstack(c);
- XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */
+ XMoveResizeWindow(dpy, c->win, c->x
+ 2 * sw
, c->y, c->w, c->h); /* some windows require this */
XMapWindow(dpy, c->win);
setclientstate(c, NormalState);
arrange();
XMapWindow(dpy, c->win);
setclientstate(c, NormalState);
arrange();