diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-05-22 20:10:40 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-05-22 20:10:40 -0700 |
commit | 76ce8815598d849228d27a0593bb8af75502bf75 (patch) | |
tree | d617dc69316e9098e621a6e900437ca0f66c558c | |
parent | a115e4506842b51f4bf76b5afb9d2ded2dacd51d (diff) |
Move extern declarations to fstobdf.h
-rw-r--r-- | chars.c | 3 | ||||
-rw-r--r-- | fstobdf.h | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -52,9 +52,6 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xlib.h> #include "fstobdf.h" -extern unsigned long yResolution; /* intended vertical resoultion for font */ -extern unsigned long pointSize; /* font height in points */ - #define BIT_ORDER BitmapFormatBitOrderMSB #ifdef BYTE_ORDER #undef BYTE_ORDER @@ -36,3 +36,5 @@ extern Bool EmitProperties ( FILE *outFile, FSXFontInfoHeader *fontHeader, extern Bool EmitCharacters ( FILE *outFile, FSServer *fontServer, FSXFontInfoHeader *fontHeader, Font fontID ); +extern unsigned long yResolution; /* intended vertical resoultion for font */ +extern unsigned long pointSize; /* font height in points */ |