summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-25 16:15:05 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-25 16:15:05 +0000
commit73623780051fecab6397cf075f87c707eca1a5ab (patch)
tree56da4d152890f0ec6b39f4d2d1a2c440c3120494
parent6b9a6d5696f2324b7982ee958f51de9a21297285 (diff)
downloadxorg-proto-printproto-73623780051fecab6397cf075f87c707eca1a5ab.tar.gz
#include "fontstruct.h" -> <X11/fonts/fontstruct.h> for modularizationXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900
(Drew Parsons)
-rw-r--r--Printstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Printstr.h b/Printstr.h
index 164e2f3..45ac7a5 100644
--- a/Printstr.h
+++ b/Printstr.h
@@ -764,7 +764,7 @@ typedef struct _XpContext {
int imageRes;
} XpContextRec, *XpContextPtr;
-#include "fontstruct.h" /* FontResolutionPtr */
+#include <X11/fonts/fontstruct.h> /* FontResolutionPtr */
extern Bool XpAllocateContextPrivate(int, unsigned);
extern FontResolutionPtr XpGetClientResolutions(ClientPtr, int *);