mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Xext: move over public SDK headers to include/
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
9bd146a391
commit
69d57bcf52
@@ -38,6 +38,8 @@ of the copyright holder.
|
||||
#ifndef _XVDIX_H_
|
||||
#define _XVDIX_H_
|
||||
|
||||
#include "include/xvdix.h"
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "regionstr.h"
|
||||
#include "windowstr.h"
|
||||
@@ -47,8 +49,6 @@ of the copyright holder.
|
||||
#include "gcstruct.h"
|
||||
#include "dixstruct.h"
|
||||
|
||||
#include "../../Xext/xvdix.h"
|
||||
|
||||
#define VIDEO_OVERLAID_IMAGES 0x00000004
|
||||
#define VIDEO_OVERLAID_STILLS 0x00000008
|
||||
#define VIDEO_CLIP_TO_VIEWPORT 0x00000010
|
||||
|
||||
@@ -56,7 +56,7 @@ cat > sdksyms.c << EOF
|
||||
#ifdef CONFIG_MITSHM
|
||||
#include "shmint.h"
|
||||
#endif /* CONFIG_MITSHM */
|
||||
#include "syncsdk.h"
|
||||
#include "include/syncsdk.h"
|
||||
|
||||
/* glx/Makefile.am */
|
||||
#ifdef GLX
|
||||
|
||||
@@ -74,13 +74,11 @@
|
||||
#define NO_CFPLUGIN
|
||||
#include <IOKit/hidsystem/IOHIDLib.h>
|
||||
|
||||
#include "include/shmint.h"
|
||||
|
||||
#include "input_priv.h"
|
||||
#include "screenint_priv.h"
|
||||
|
||||
#ifdef CONFIG_MITSHM
|
||||
#include "shmint.h"
|
||||
#endif /* CONFIG_MITSHM */
|
||||
|
||||
#include "darwin.h"
|
||||
#include "darwinEvents.h"
|
||||
#include "quartzKeyboard.h"
|
||||
|
||||
Reference in New Issue
Block a user