--- OLD/xc/programs/twm/add_window.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/twm/add_window.c Thu Jan 1 00:00:00 1970 @@ -280,30 +280,30 @@ tmp_win->highlight = Scr->Highlight && (!(short)(int) LookInList(Scr->NoHighlight, tmp_win->full_name, - &tmp_win->class)); + &tmp_win->class)); /* XXX pointer/integer interface botch -Mouse */ tmp_win->stackmode = Scr->StackMode && (!(short)(int) LookInList(Scr->NoStackModeL, tmp_win->full_name, - &tmp_win->class)); + &tmp_win->class)); /* XXX pointer/integer interface botch -Mouse */ tmp_win->titlehighlight = Scr->TitleHighlight && (!(short)(int) LookInList(Scr->NoTitleHighlight, tmp_win->full_name, - &tmp_win->class)); + &tmp_win->class)); /* XXX pointer/integer interface botch -Mouse */ tmp_win->auto_raise = (short)(int) LookInList(Scr->AutoRaise, tmp_win->full_name, - &tmp_win->class); + &tmp_win->class); /* XXX pointer/integer interface botch -Mouse */ if (tmp_win->auto_raise) Scr->NumAutoRaises++; tmp_win->iconify_by_unmapping = Scr->IconifyByUnmapping; if (Scr->IconifyByUnmapping) { tmp_win->iconify_by_unmapping = iconm ? FALSE : !(short)(int) LookInList(Scr->DontIconify, tmp_win->full_name, - &tmp_win->class); + &tmp_win->class); /* XXX pointer/integer interface botch -Mouse */ } tmp_win->iconify_by_unmapping |= (short)(int) LookInList(Scr->IconifyByUn, tmp_win->full_name, - &tmp_win->class); + &tmp_win->class); /* XXX pointer/integer interface botch -Mouse */ if (LookInList(Scr->WindowRingL, tmp_win->full_name, &tmp_win->class)) { if (Scr->Ring) {