Lines Matching refs:icon_w
1102 w == t->icon_w || w == t->icon_bm_w)
1383 if (w != tmp_win->icon_w) { /* can't resize icons */
1469 if (context == C_ICON && tmp_win->icon_w) {
1470 w = tmp_win->icon_w;
1476 else if (w != tmp_win->icon_w) {
1806 if (w != tmp_win->icon_w)
1817 if (w == tmp_win->icon_w && Context != C_ROOT)
1818 XRaiseWindow(dpy, tmp_win->icon_w);
1828 if (w == tmp_win->icon_w)
1829 XLowerWindow(dpy, tmp_win->icon_w);
2159 if (context == C_ICON && tmp_win->icon_w)
2160 w = XCreateSimpleWindow(dpy, tmp_win->icon_w,
2370 Zoom(tmp_win->icon_w, tmp_win->frame);
2374 Zoom(t->icon_w, tmp_win->frame);
2389 if (tmp_win->icon_w) {
2390 XUnmapWindow(dpy, tmp_win->icon_w);
2406 Zoom(t->icon_w, t->frame);
2408 Zoom(tmp_win->icon_w, t->frame);
2418 if (t->icon_w) {
2419 XUnmapWindow(dpy, t->icon_w);
2442 if (tmp_win->icon_w == (Window) 0)
2446 XMapRaised(dpy, tmp_win->icon_w);
2459 Zoom(t->icon_w, tmp_win->icon_w);
2461 Zoom(t->frame, tmp_win->icon_w);
2475 if (t->icon_w)
2476 XUnmapWindow(dpy, t->icon_w);
2492 Zoom(tmp_win->frame, tmp_win->icon_w);
2605 tmp_win->icon_w);
2731 if (Scr->iconmgr.twm_win->icon_w)
2732 XUnmapWindow(dpy, Scr->iconmgr.twm_win->icon_w);