diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:00:56 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:00:56 +0000 |
commit | a669d549106aadb63511c6a7736d5d9c17360609 (patch) | |
tree | d7371c0b2807dae964e8153350e663e24f9f799e | |
parent | c2beccd24b7204c862ca0b80a7583db6db14d498 (diff) |
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_902XORG-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/Xevie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xevie.c b/src/Xevie.c index 2053245..ce87238 100644 --- a/src/Xevie.c +++ b/src/Xevie.c @@ -1,4 +1,4 @@ -/* $XdotOrg: $ */ +/* $XdotOrg: xc/lib/Xevie/Xevie.c,v 1.2 2005/05/22 01:20:14 alanc Exp $ */ /************************************************************ Copyright 2003 Sun Microsystems, Inc. |