diff options
| author | Anselm R Garbe <[email protected]> | 2008-03-13 10:19:05 +0000 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-03-13 10:19:05 +0000 |
| commit | 02673538bc98daeb2fe31d3667b5f3e0884e4831 (patch) | |
| tree | dc19a8233bb5a37bfea404b1dadb34b6a774e445 /config.anselm.h | |
| parent | removed all defines of geoms, implemented setgeoms() instead, added config.an... (diff) | |
| download | seiwm-02673538bc98daeb2fe31d3667b5f3e0884e4831.tar.xz seiwm-02673538bc98daeb2fe31d3667b5f3e0884e4831.zip | |
added updatebarpos()
Diffstat (limited to 'config.anselm.h')
| -rw-r--r-- | config.anselm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config.anselm.h b/config.anselm.h index 0e0d3be..f546941 100644 --- a/config.anselm.h +++ b/config.anselm.h @@ -72,10 +72,7 @@ setanselmgeoms(void) { mow = mw; moh = mh; - if(dc.drawable != 0) - XFreePixmap(dpy, dc.drawable); - dc.drawable = XCreatePixmap(dpy, root, bw, bh, DefaultDepth(dpy, screen)); - XMoveResizeWindow(dpy, barwin, bx, by, bw, bh); + updatebarpos(); } void |