Lines Matching refs:icon

97 			Icon *icon = owl->twm_win->icon;
99 b.x = icon->w_x;
100 b.y = icon->w_y;
101 b.width = icon->w_width;
102 b.height = icon->w_height;
185 ? owl->twm_win->icon->w : owl->twm_win->frame;
234 assert(((owl->type == IconWin) && (owl == twm_win->icon->otp))
765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
793 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
807 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
821 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
896 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
922 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
943 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
965 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
1078 if(twm_win->icon != NULL) {
1079 RecomputeOwlPrefs(Scr->IconOTP, twm_win->icon->otp);
1097 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1227 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1266 Icon *new_icon = twm_win->icon;
1280 /* Remove the icon's OWL, if any */
1281 Icon *cur_icon = twm_win->icon;
1382 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
1404 assert(twm_win->icon != NULL);
1405 OtpWinList *icon_owl = twm_win->icon->otp;
1413 XReparentWindow(display, twm_win->icon->w, parent, icon_x, icon_y);
1421 * Only insert the window above something if it isn't the icon,