diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:44 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:44 +0000 |
commit | 5be5f868949cb6cd23acf73db79193c9adca9681 (patch) | |
tree | d47b7af12725a85299140373acdfb72af7847376 /FS.h | |
parent | d551e3eaf4060cb24ed68eee06323337f12a95ad (diff) |
XFree86 4.3.0.1
Diffstat (limited to 'FS.h')
-rw-r--r-- | FS.h | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -50,27 +50,23 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/include/fonts/FS.h,v 1.8 2001/12/14 19:53:31 dawes Exp $ */ #ifndef _FS_H_ #define _FS_H_ -#include "fsmasks.h" +#include <X11/Xdefs.h> +#include <X11/fonts/fsmasks.h> #define FS_PROTOCOL 2 #define FS_PROTOCOL_MINOR 0 -typedef unsigned long FSID; - #ifndef X_PROTOCOL /* protocol familes */ #define FamilyInternet 0 #define FamilyDECnet 1 #define FamilyChaos 2 -typedef unsigned long Mask; - -typedef FSID Font; -typedef FSID AccContext; typedef unsigned int FSDrawDirection; #endif |