--- rxvt-unicode/src/main.C 2004/03/06 00:05:01 1.51 +++ rxvt-unicode/src/main.C 2004/03/14 17:33:07 1.53 @@ -58,6 +58,7 @@ } } +#if ENABLE_COMBINING class rxvt_composite_vec rxvt_composite; text_t rxvt_composite_vec::compose (uint32_t c1, uint32_t c2) @@ -119,8 +120,8 @@ return len; } +#endif -extern struct rxvt_composite_vec rxvt_composite; void * rxvt_term::operator new (size_t s) { @@ -687,6 +688,7 @@ } } } + /* TODO: BOUNDS */ TermWin.width = TermWin.ncol * TermWin.fwidth; TermWin.height = TermWin.nrow * TermWin.fheight;