mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
<X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
This commit is contained in:
parent
c062d7f96f
commit
292c4cff26
672 changed files with 1649 additions and 1475 deletions
|
|
@ -31,7 +31,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#if !defined(__CFB_H__) || defined(CFB_PROTOTYPES_ONLY)
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "globals.h"
|
||||
#include "pixmap.h"
|
||||
#include "region.h"
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ from The Open Group.
|
|||
|
||||
#if PSZ == 8
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
* Jeff Anton'x fixes: cfb8line.c 97/02/07
|
||||
*/
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
*/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfballpriv.c,v 1.11 2001/01/30 22:06:15 tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ Author: Keith Packard
|
|||
*/
|
||||
/* $Xorg: cfbbitblt.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@ Author: Keith Packard
|
|||
|
||||
/* 24-bit bug fixes: Peter Wainwright, 1998/11/28 */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
/* $Xorg: cfbbres.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "misc.h"
|
||||
#include "cfb.h"
|
||||
#include "cfbmskbits.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
/* $Xorg: cfbbresd.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "misc.h"
|
||||
#include "cfb.h"
|
||||
#include "cfbmskbits.h"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
/* $Xorg: cfbbstore.c,v 1.3 2000/08/17 19:48:13 cpqbld Exp $ */
|
||||
|
||||
#include "cfb.h"
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "mibstore.h"
|
||||
#include "regionstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
/* $XFree86: xc/programs/Xserver/cfb/cfbcmap.c,v 3.12 2000/02/12 03:39:23 dawes Exp $ */
|
||||
|
||||
|
||||
#include "X.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "scrnintstr.h"
|
||||
#include "colormapst.h"
|
||||
#include "resource.h"
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
*/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbcppl.c,v 1.6 2001/12/14 19:59:22 dawes Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* $Xorg: cfbfillarc.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xprotostr.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xprotostr.h>
|
||||
#include "regionstr.h"
|
||||
#include "gcstruct.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* $Xorg: cfbfillrct.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@ SOFTWARE.
|
|||
|
||||
/* $Xorg: cfbfillsp.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ SOFTWARE.
|
|||
|
||||
/* $Xorg: cfbgc.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "cfb.h"
|
||||
#include "fontstruct.h"
|
||||
#include "dixfontstr.h"
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbgetsp.c,v 3.9tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
|||
|
|
@ -30,9 +30,9 @@ in this Software without prior written authorization from The Open Group.
|
|||
* only.
|
||||
*/
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "cfb.h"
|
||||
#include "fontstruct.h"
|
||||
#include "dixfontstr.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
/* $Xorg: cfbhrzvert.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "gc.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbigblt8.c,v 1.5 2001/10/28 03:33:01 tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "mi.h"
|
||||
#include "cfb.h"
|
||||
#include "fontstruct.h"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
/* $Xorg: cfbimage.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "windowstr.h"
|
||||
#include "pixmapstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
/* $Xorg: cfbline.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@ bit index 32-n in a longword
|
|||
|
||||
see also cfbmskbits.h
|
||||
*/
|
||||
#include <X.h>
|
||||
#include <Xmd.h>
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <servermd.h>
|
||||
#include "cfb.h"
|
||||
#include "cfbmskbits.h"
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
/* $Xorg: cfbmskbits.h,v 1.3 2000/08/17 19:48:14 cpqbld Exp $ */
|
||||
/* Optimizations for PSZ == 32 added by Kyle Marvin (marvin@vitec.com) */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#if defined(XFREE86) || ( defined(__OpenBSD__) && defined(__alpha__) ) \
|
||||
|| (defined(__bsdi__))
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ SOFTWARE.
|
|||
on a monchrome device, a pixmap is a bitmap.
|
||||
*/
|
||||
|
||||
#include "Xmd.h"
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
*/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbply1rct.c,v 3.10 2003/10/29 22:44:53 tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $XdotOrg$ */
|
||||
/* $XdotOrg: xc/programs/Xserver/cfb/cfbpntwin.c,v 1.2 2004/04/23 19:00:12 eich Exp $ */
|
||||
/* $Xorg: cfbpntwin.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */
|
||||
/***********************************************************
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbpntwin.c,v 3.7tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "windowstr.h"
|
||||
#include "regionstr.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* $Xorg: cfbpolypnt.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
#if PSZ == 8
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "gcstruct.h"
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ Author: Keith Packard, MIT X Consortium
|
|||
|
||||
#if PSZ == 8
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* cfb reduced rasterop computations */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "cfb.h"
|
||||
#include "cfbmskbits.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
/* $XFree86: xc/programs/Xserver/cfb/cfbrrop.h,v 3.10tsi Exp $ */
|
||||
|
||||
#ifndef GXcopy
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#endif
|
||||
|
||||
#define RROP_FETCH_GC(gc) \
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
********************************************************/
|
||||
/* $Xorg: cfbscrinit.c,v 1.3 2000/08/17 19:48:15 cpqbld Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbsetsp.c,v 3.5tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
/* $XFree86: xc/programs/Xserver/cfb/cfbsolid.c,v 3.8tsi Exp $ */
|
||||
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
#if PSZ == 8
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "cfb.h"
|
||||
#include "fontstruct.h"
|
||||
#include "dixfontstr.h"
|
||||
|
|
|
|||
|
|
@ -47,9 +47,9 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbtegblt.c,v 3.6tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include "Xproto.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "cfb.h"
|
||||
#include "fontstruct.h"
|
||||
#include "dixfontstr.h"
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* $Xorg: cfbtile32.c,v 1.4 2001/02/09 02:04:39 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
/* $Xorg: cfbtileodd.c,v 1.4 2001/02/09 02:04:39 xorgcvs Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include "Xmd.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "servermd.h"
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/cfb/cfbwindow.c,v 1.5tsi Exp $ */
|
||||
|
||||
#include "X.h"
|
||||
#include <X11/X.h>
|
||||
#include "scrnintstr.h"
|
||||
#include "windowstr.h"
|
||||
#include "cfb.h"
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ in this Software without prior written authorization from The Open Group.
|
|||
* The Computer Journal, November 1967, Volume 10, Number 3, pp. 282-289
|
||||
*/
|
||||
|
||||
#include "X.h"
|
||||
#include "Xprotostr.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xprotostr.h>
|
||||
#include "regionstr.h"
|
||||
#include "gcstruct.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue