Revert "mi: drop now obsolete mioverlay.h"
This reverts commit 6825f89cd2
.
Requested by Nvidia - their proprietary driver still needs it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1843>
This commit is contained in:
parent
0ca5aaba50
commit
f1d87a38ae
|
@ -199,6 +199,7 @@ 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 */
|
||||||
|
|
|
@ -32,6 +32,7 @@ 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',
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
#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 */
|
Loading…
Reference in New Issue