mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 02:20:07 +01:00
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 */
|