(svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
authorcelestar
Fri, 29 Jul 2005 15:55:14 +0000
changeset 2227 24f19bde1400
parent 2226 efc1f77d27fc
child 2228 7014d372374f
(svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
news_gui.c
--- 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));