# HG changeset patch # User celestar # Date 1122652514 0 # Node ID 24f19bde1400c0075af971268af820301ffe88ec # Parent efc1f77d27fcd4519240c4d02a590f209d69d47d (svn r2747) -Fix: r2736 broke the newpaper display. Sorry. diff -r efc1f77d27fc -r 24f19bde1400 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));