diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-31 16:05:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-31 16:05:45 +0000 |
commit | 27ad2aec059aea01355e2f6c8b60a04e9d247e08 (patch) | |
tree | 2fdcb86bccae49f50c42ea4244c3a5d5974fe64c | |
parent | f24de18b73a4a8d5a40999dc217ca505ae96416a (diff) |
Make extern declarations unsigned to match actual definitionsXORG-6_8_99_903XORG-6_8_99_902
-rw-r--r-- | chars.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |