mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
include: don't install client.h anymore
not included by any drivers, so doesn't need to be in SDK anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
800d37edcb
commit
609ea42a62
@@ -6,7 +6,8 @@
|
||||
#ifndef _XSERVER_DIXSTRUCT_PRIV_H
|
||||
#define _XSERVER_DIXSTRUCT_PRIV_H
|
||||
|
||||
#include "client.h"
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
#include "dix.h"
|
||||
#include "resource.h"
|
||||
#include "cursor.h"
|
||||
@@ -14,7 +15,6 @@
|
||||
#include "pixmap.h"
|
||||
#include "privates.h"
|
||||
#include "dixstruct.h"
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
static inline void
|
||||
SetReqFds(ClientPtr client, int req_fds) {
|
||||
|
||||
@@ -218,7 +218,6 @@ cat > sdksyms.c << EOF
|
||||
#include "closure.h"
|
||||
#include "colormap.h"
|
||||
#include "colormapst.h"
|
||||
#include "client.h"
|
||||
#include "cursor.h"
|
||||
#include "cursorstr.h"
|
||||
#include "dix.h"
|
||||
|
||||
@@ -27,8 +27,6 @@ SOFTWARE.
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
#include "callback.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "dix.h"
|
||||
#include "resource.h"
|
||||
#include "cursor.h"
|
||||
@@ -36,6 +34,9 @@ SOFTWARE.
|
||||
#include "pixmap.h"
|
||||
#include "privates.h"
|
||||
|
||||
struct _Client;
|
||||
typedef struct _ClientId *ClientIdPtr;
|
||||
|
||||
/*
|
||||
* direct-mapped hash table, used by resource manager to store
|
||||
* translation from client ids to server addresses.
|
||||
|
||||
@@ -432,7 +432,6 @@ if build_xorg
|
||||
[
|
||||
'Xprintf.h',
|
||||
'callback.h',
|
||||
'client.h',
|
||||
'closure.h',
|
||||
'colormap.h',
|
||||
'colormapst.h',
|
||||
|
||||
Reference in New Issue
Block a user