mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
committed by
Marge Bot
parent
0ca5aaba50
commit
f1d87a38ae
@@ -199,6 +199,7 @@ cat > sdksyms.c << EOF
|
||||
#include "mizerarc.h"
|
||||
#include "micoord.h"
|
||||
#include "mistruct.h"
|
||||
#include "mioverlay.h"
|
||||
|
||||
|
||||
/* randr/Makefile.am */
|
||||
|
||||
@@ -32,6 +32,7 @@ hdrs_mi = [
|
||||
'migc.h',
|
||||
'mi.h',
|
||||
'miline.h',
|
||||
'mioverlay.h',
|
||||
'mipointer.h',
|
||||
'mipointrst.h',
|
||||
'mistruct.h',
|
||||
|
||||
12
mi/mioverlay.h
Normal file
12
mi/mioverlay.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user