Lines Matching refs:twm_win
105 p->twm_win = AddWindow(p->w, TRUE, p);
106 SetMapStateProp(p->twm_win, WithdrawnState);
109 GrabButtons(p->twm_win);
110 GrabKeys(p->twm_win);
260 if (ip->twm_win->mapped) {
261 XRaiseWindow(dpy, ip->twm_win->frame);
296 #define TEST(ip) if ((ip)->count != 0 && (ip)->twm_win->mapped) \
338 XRaiseWindow(dpy, tmp_ip->twm_win->frame);
440 if (!ip->twm_win->icon) {
442 XMapWindow(dpy, ip->twm_win->frame);
541 XUnmapWindow(dpy, ip->twm_win->frame);
689 if (ip->twm_win)
690 SetupWindow(ip->twm_win,
691 ip->twm_win->frame_x, ip->twm_win->frame_y,
692 newwidth, ip->height + ip->twm_win->title_height, -1);