config.anselm.h
changeset 1136 19de7b521826
parent 1135 a3be6b8a792d
child 1137 765a81b08cb0
equal deleted inserted replaced
1135:a3be6b8a792d 1136:19de7b521826
    70 	mox = mx;
    70 	mox = mx;
    71 	moy = my;
    71 	moy = my;
    72 	mow = mw;
    72 	mow = mw;
    73 	moh = mh;
    73 	moh = mh;
    74 
    74 
    75 	if(dc.drawable != 0)
    75 	updatebarpos();
    76 		XFreePixmap(dpy, dc.drawable);
       
    77 	dc.drawable = XCreatePixmap(dpy, root, bw, bh, DefaultDepth(dpy, screen));
       
    78 	XMoveResizeWindow(dpy, barwin, bx, by, bw, bh);
       
    79 }
    76 }
    80 
    77 
    81 void
    78 void
    82 anselmgeoms(const char *arg) {
    79 anselmgeoms(const char *arg) {
    83 	setgeoms = setanselmgeoms;
    80 	setgeoms = setanselmgeoms;