Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".

This commit is contained in:
Daniel Stone
2005-07-03 08:53:54 +00:00
parent 401e4580d6
commit 0bb669638f
304 changed files with 350 additions and 350 deletions

View File

@@ -40,7 +40,7 @@ from The Open Group.
#include <X11/Xproto.h>
#include "closure.h"
#include "dix.h"
#include <X11/misc.h>
#include "misc.h"
#include "gcstruct.h"
/* closure structures */

View File

@@ -54,7 +54,7 @@ SOFTWARE.
#ifndef CURSOR_H
#define CURSOR_H
#include <X11/misc.h>
#include "misc.h"
#include "screenint.h"
#include "window.h"

View File

@@ -54,7 +54,7 @@ SOFTWARE.
#ifndef EXTENSIONSTRUCT_H
#define EXTENSIONSTRUCT_H
#include <X11/misc.h>
#include "misc.h"
#include "screenint.h"
#include "extension.h"
#include "gc.h"

View File

@@ -54,7 +54,7 @@ SOFTWARE.
#ifndef INPUT_H
#define INPUT_H
#include <X11/misc.h>
#include "misc.h"
#include "screenint.h"
#include <X11/Xmd.h>
#include <X11/Xproto.h>

View File

@@ -114,7 +114,7 @@ typedef struct _CallbackList *CallbackListPtr; /* also in dix.h */
typedef struct _xReq *xReqPtr;
#include <X11/os.h> /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */
#include "os.h" /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */
#ifndef IN_MODULE
#include <X11/Xfuncs.h> /* for bcopy, bzero, and bcmp */
#endif

View File

@@ -54,7 +54,7 @@ SOFTWARE.
#ifndef MISCSTRUCT_H
#define MISCSTRUCT_H 1
#include <X11/misc.h>
#include "misc.h"
#include <X11/Xprotostr.h>
#include "gc.h"

View File

@@ -51,7 +51,7 @@ SOFTWARE.
#ifndef OS_H
#define OS_H
#include <X11/misc.h>
#include "misc.h"
#define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size))
#define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr))
#include <X11/Xalloca.h>

View File

@@ -54,7 +54,7 @@ SOFTWARE.
#ifndef PIXMAP_H
#define PIXMAP_H
#include <X11/misc.h>
#include "misc.h"
#include "screenint.h"
/* types for Drawable */

View File

@@ -53,7 +53,7 @@ SOFTWARE.
#ifndef PROPERTYSTRUCT_H
#define PROPERTYSTRUCT_H
#include <X11/misc.h>
#include "misc.h"
#include "property.h"
/*
* PROPERTY -- property element

View File

@@ -53,7 +53,7 @@ SOFTWARE.
#ifndef RESOURCE_H
#define RESOURCE_H 1
#include <X11/misc.h>
#include "misc.h"
/*****************************************************************
* STUFF FOR RESOURCES

View File

@@ -53,7 +53,7 @@ SOFTWARE.
#ifndef SCREENINT_H
#define SCREENINT_H
#include <X11/misc.h>
#include "misc.h"
typedef struct _PixmapFormat *PixmapFormatPtr;
typedef struct _Visual *VisualPtr;

View File

@@ -54,7 +54,7 @@ SOFTWARE.
#ifndef WINDOW_H
#define WINDOW_H
#include <X11/misc.h>
#include "misc.h"
#include "region.h"
#include "screenint.h"
#include <X11/Xproto.h>