Lines Matching refs:wmhints
336 tmp_win->wmhints = XGetWMHints(dpy, tmp_win->w);
337 if(!tmp_win->wmhints) {
338 tmp_win->wmhints = gen_synthetic_wmhints(tmp_win);
339 if(!tmp_win->wmhints) {
352 tmp_win->wmhints->initial_state = IconicState;
353 tmp_win->wmhints->flags |= StateHint;
357 tmp_win->wmhints->icon_x = restore_icon_x;
358 tmp_win->wmhints->icon_y = restore_icon_y;
359 tmp_win->wmhints->flags |= IconPositionHint;
364 munge_wmhints(tmp_win, tmp_win->wmhints);
613 tmp_win->wmhints->initial_state = IconicState;
614 tmp_win->wmhints->flags |= StateHint;
780 ((tmp_win->wmhints->initial_state == IconicState) ||
951 else if(!(tmp_win->wmhints->flags & StateHint &&
952 tmp_win->wmhints->initial_state == IconicState)) {