mi: drop now obsolete mioverlay.h

This used to be part of public API, but no (known) driver ever
using it, nor any exported functions left. The only internal consumer
(mioverlay.c) also gone now, so it's time to drop this file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1503>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-22 12:04:25 +02:00 committed by Marge Bot
parent 65b738ed60
commit 6825f89cd2
3 changed files with 0 additions and 14 deletions

View File

@ -200,7 +200,6 @@ cat > sdksyms.c << EOF
#include "mizerarc.h" #include "mizerarc.h"
#include "micoord.h" #include "micoord.h"
#include "mistruct.h" #include "mistruct.h"
#include "mioverlay.h"
/* randr/Makefile.am */ /* randr/Makefile.am */

View File

@ -32,7 +32,6 @@ hdrs_mi = [
'migc.h', 'migc.h',
'mi.h', 'mi.h',
'miline.h', 'miline.h',
'mioverlay.h',
'mipointer.h', 'mipointer.h',
'mipointrst.h', 'mipointrst.h',
'mistruct.h', 'mistruct.h',

View File

@ -1,12 +0,0 @@
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef __MIOVERLAY_H
#define __MIOVERLAY_H
typedef void (*miOverlayTransFunc) (ScreenPtr, int, BoxPtr);
typedef Bool (*miOverlayInOverlayFunc) (WindowPtr);
#endif /* __MIOVERLAY_H */