Xext: move over public SDK headers to include/

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-12 13:55:23 +01:00
committed by Enrico Weigelt
parent 9bd146a391
commit 69d57bcf52
22 changed files with 38 additions and 45 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"