Home | History | Annotate | Download | only in dist

Lines Matching refs:Shadow

656 	tmp->shadow = None;
896 if(Scr->Shadow && ! mr->pinned) {
898 * Make sure that you don't draw into the shadow window or else
908 mr->shadow = XCreateWindow(dpy, Scr->Root, 0, 0,
1400 * Position and display the menu, and its shadow if it has one. We
1402 * the shadow. Then position the menu itself, raise it up above
1403 * that, and map it. Then map the shadow; doing that after raising
1407 if(Scr->Shadow) {
1408 XMoveWindow(dpy, menu->shadow, x + SHADOWWIDTH, y + SHADOWWIDTH);
1409 XRaiseWindow(dpy, menu->shadow);
1415 if(Scr->Shadow) {
1416 XMapWindow(dpy, menu->shadow);
1482 if(Scr->Shadow) {
1483 XUnmapWindow(dpy, menu->shadow);
1524 if(Scr->Shadow) {
1525 XDestroyWindow(dpy, menu->shadow);