diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:00:57 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:00:57 +0000 |
commit | 1b0c54229a5259677eab3f80cf8baedc1ca802e5 (patch) | |
tree | b3287afc79db8d068925ba8b1931133b4c7d779b | |
parent | a0abd747a0203ddf590fd0f4973f12dd0a5fc48d (diff) |
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-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/Xv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ SOFTWARE. ******************************************************************/ /* $XFree86: xc/lib/Xv/Xv.c,v 1.17 2003/04/28 16:56:27 dawes Exp $ */ -/* $XdotOrg: xc/lib/Xv/Xv.c,v 1.18 2003/11/29 01:02:32 dawes Exp $ */ +/* $XdotOrg: xc/lib/Xv/Xv.c,v 1.2 2004/04/23 18:43:55 eich Exp $ */ /* ** File: ** |