summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 07:00:55 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 07:00:55 +0000
commit2b6b8e40a63dd69a13f87c19dcf8dc2f477c304d (patch)
tree80525722af982d53dec89a984bd6d00e2e815524
parent608ad35f102b188f554daf8c160a5edcf4e8031c (diff)
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14
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>.
-rw-r--r--src/authutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authutil.c b/src/authutil.c
index 997e9b8..1cc58d8 100644
--- a/src/authutil.c
+++ b/src/authutil.c
@@ -1,5 +1,5 @@
/* $Xorg: authutil.c,v 1.5 2001/02/09 02:03:26 xorgcvs Exp $ */
-/* $XdotOrg$ */
+/* $XdotOrg: xc/lib/ICE/authutil.c,v 1.3 2005/05/17 20:53:55 sandmann Exp $ */
/******************************************************************************