author | celestar |
Fri, 29 Jul 2005 15:55:14 +0000 | |
changeset 2227 | 4a6aba550173 |
parent 2226 | 66e24b126ce0 |
child 2228 | 93cdde0f85ba |
news_gui.c | file | annotate | diff | comparison | revisions |
--- a/news_gui.c Fri Jul 29 10:16:49 2005 +0000 +++ b/news_gui.c Fri Jul 29 15:55:14 2005 +0000 @@ -136,7 +136,7 @@ vp = w->viewport; GfxFillRect(vp->left - w->left, vp->top - w->top, vp->left - w->left + vp->width - 1, vp->top - w->top + vp->height - 1, - ni->flags & NF_INCOLOR ? 0x4322 : 0x4323 + (ni->flags & NF_INCOLOR ? 0x322 : 0x323) | USE_COLORTABLE ); COPY_IN_DPARAM(0, ni->params, lengthof(ni->params));