From 144a2bf9575e254c5258ef9ab7417d1b684261c1 Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Tue, 13 Nov 1990 15:41:09 +0000 Subject: Include X11/Xresource.h, for XrmUniqueQuark definition. --- zwgc/xshow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zwgc/xshow.c') diff --git a/zwgc/xshow.c b/zwgc/xshow.c index 49eaa43..f811f46 100644 --- a/zwgc/xshow.c +++ b/zwgc/xshow.c @@ -21,6 +21,7 @@ static char rcsid_xshow_c[] = "$Id$"; #include #include #include +#include #include "pointer_dictionary.h" #include "new_memory.h" #include "formatter.h" @@ -189,7 +190,7 @@ void fixup_and_draw(dpy, style, auxblocks, blocks, num, lines, numlines, lines[line].rsize = rsize; /* get width of line and see if it is bigger than the max width */ - + switch ((lsize?1:0)+(csize?2:0)+(rsize?4:0)) { #ifdef DEBUG default: -- cgit v1.2.3