mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Not used by any (known) drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1503>
13 lines
269 B
C
13 lines
269 B
C
|
|
#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 */
|