mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -54,7 +54,7 @@ SOFTWARE.
|
||||
#ifndef CURSOR_H
|
||||
#define CURSOR_H
|
||||
|
||||
#include <X11/misc.h>
|
||||
#include "misc.h"
|
||||
#include "screenint.h"
|
||||
#include "window.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -54,7 +54,7 @@ SOFTWARE.
|
||||
#ifndef PIXMAP_H
|
||||
#define PIXMAP_H
|
||||
|
||||
#include <X11/misc.h>
|
||||
#include "misc.h"
|
||||
#include "screenint.h"
|
||||
|
||||
/* types for Drawable */
|
||||
|
||||
@@ -53,7 +53,7 @@ SOFTWARE.
|
||||
|
||||
#ifndef PROPERTYSTRUCT_H
|
||||
#define PROPERTYSTRUCT_H
|
||||
#include <X11/misc.h>
|
||||
#include "misc.h"
|
||||
#include "property.h"
|
||||
/*
|
||||
* PROPERTY -- property element
|
||||
|
||||
@@ -53,7 +53,7 @@ SOFTWARE.
|
||||
|
||||
#ifndef RESOURCE_H
|
||||
#define RESOURCE_H 1
|
||||
#include <X11/misc.h>
|
||||
#include "misc.h"
|
||||
|
||||
/*****************************************************************
|
||||
* STUFF FOR RESOURCES
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user