Searched refs:old_icon (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dotp.h55 void OtpReassignIcon(TwmWindow *twm_win, Icon *old_icon);
H A Dicons.c1162 Icon *icon, *old_icon; local in function:RedoIcon
1165 old_icon = win->icon;
1167 if(old_icon && (old_icon->w_not_ours || old_icon->match != match_list)) {
1187 if(old_icon == icon) {
1193 if(old_icon && old_icon->w) {
1194 XUnmapWindow(dpy, old_icon->w);
1197 OtpReassignIcon(win, old_icon);
[all...]
H A Dotp.c1262 void OtpReassignIcon(TwmWindow *twm_win, Icon *old_icon) argument
1264 if(old_icon != NULL) {
1268 new_icon->otp = old_icon->otp;
1269 old_icon->otp = NULL;

Completed in 7 milliseconds