summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chars.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/chars.c b/chars.c
index 5e91f2b..d221ccb 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,5 @@
/* $Xorg: chars.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $ */
+/* $XdotOrg: $ */
/*
Copyright 1990, 1998 The Open Group
@@ -51,8 +52,8 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xlib.h>
#include "fstobdf.h"
-extern long yResolution; /* intended vertical resoultion for font */
-extern long pointSize; /* font height in points */
+extern unsigned long yResolution; /* intended vertical resoultion for font */
+extern unsigned long pointSize; /* font height in points */
#define BIT_ORDER BitmapFormatBitOrderMSB
#ifdef BYTE_ORDER