summaryrefslogtreecommitdiff
path: root/FS.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:44 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:44 +0000
commit5be5f868949cb6cd23acf73db79193c9adca9681 (patch)
treed47b7af12725a85299140373acdfb72af7847376 /FS.h
parentd551e3eaf4060cb24ed68eee06323337f12a95ad (diff)
downloadxorg-proto-fontsproto-5be5f868949cb6cd23acf73db79193c9adca9681.tar.gz
Diffstat (limited to 'FS.h')
-rw-r--r--FS.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/FS.h b/FS.h
index 4386aba..47d9af0 100644
--- a/FS.h
+++ b/FS.h
@@ -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