Lines Matching refs:wmhints
515 if(image == NULL && tmp_win->wmhints->flags & IconPixmapHint) {
518 if(XGetGeometry(dpy, tmp_win->wmhints->icon_pixmap,
526 XCopyArea(dpy, tmp_win->wmhints->icon_pixmap, image->pixmap, Scr->NormalGC,
529 XCopyPlane(dpy, tmp_win->wmhints->icon_pixmap, image->pixmap, Scr->NormalGC,
536 if((tmp_win->wmhints->flags & IconMaskHint) &&
537 XGetGeometry(dpy, tmp_win->wmhints->icon_mask,
546 XCopyArea(dpy, tmp_win->wmhints->icon_mask, image->mask, gc,
623 if(tmp_win->wmhints->flags & IconWindowHint) {
624 icon->w = tmp_win->wmhints->icon_window;
630 tmp_win->wmhints->flags &= ~IconWindowHint;
648 !(tmp_win->wmhints->flags & IconWindowHint)) {
678 if(image && !(tmp_win->wmhints->flags & IconWindowHint)) {
730 if(tmp_win->wmhints->flags & IconPositionHint) {
731 final_x = tmp_win->wmhints->icon_x;
732 final_y = tmp_win->wmhints->icon_y;
740 if(visible(tmp_win) || (tmp_win->wmhints->flags & IconPositionHint)) {
869 if(tmp_win->wmhints->flags & IconPositionHint) {