summaryrefslogtreecommitdiff
path: root/src/util/fontutil.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 07:01:01 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 07:01:01 +0000
commit932edb23b47440397447265bf72ad7932fd80070 (patch)
tree16cda22a6b6b9e9a8ca05a9946dc66f4edf34293 /src/util/fontutil.c
parentb03d67fd1612a0df5132b10dd0bd9b2cec053a39 (diff)
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
Diffstat (limited to 'src/util/fontutil.c')
-rw-r--r--src/util/fontutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/fontutil.c b/src/util/fontutil.c
index d2dfd91..8440b35 100644
--- a/src/util/fontutil.c
+++ b/src/util/fontutil.c
@@ -33,10 +33,10 @@ from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-#include "fontmisc.h"
+#include <X11/fonts/fontmisc.h>
#include <X11/fonts/fontstruct.h>
#include <X11/fonts/FSproto.h>
-#include "fontutil.h"
+#include <X11/fonts/fontutil.h>
/* Define global here... doesn't hurt the servers, and avoids
unresolved references in font clients. */