summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-31 16:05:45 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-31 16:05:45 +0000
commit27ad2aec059aea01355e2f6c8b60a04e9d247e08 (patch)
tree2fdcb86bccae49f50c42ea4244c3a5d5974fe64c
parentf24de18b73a4a8d5a40999dc217ca505ae96416a (diff)
Make extern declarations unsigned to match actual definitionsXORG-6_8_99_903XORG-6_8_99_902
-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