summaryrefslogtreecommitdiff
path: root/zwgc/xshow.c
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-13 15:41:09 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-13 15:41:09 +0000
commit144a2bf9575e254c5258ef9ab7417d1b684261c1 (patch)
treef55a884634e0f7d604755d472b865976e349e767 /zwgc/xshow.c
parenta3184d6415bc6ad525335a145bfe246868f9f915 (diff)
Include X11/Xresource.h, for XrmUniqueQuark definition.
Diffstat (limited to 'zwgc/xshow.c')
-rw-r--r--zwgc/xshow.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include <X11/Xresource.h>
#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: