{
/* also comes here at end if needed because of >= above */
if (wlen < len)
- ::swap (wlen, len);
+ SWAP_IT (wlen, len, int);
XCopyArea (display->display, vt, vt,
gc, 0, Row2Pixel (len + i),
if (invert)
{
- ::swap (fore, back);
+ SWAP_IT (fore, back, int);
#ifndef NO_BOLD_UNDERLINE_REVERSE
if (ISSET_PIXCOLOR (Color_RV))
#if ENABLE_FRILLS
if (selection.rect && selection.beg.col > selection.end.col)
- ::swap (selection.beg.col, selection.end.col);
+ SWAP_IT (selection.beg.col, selection.end.col, int);
#endif
}