mi: drop obsolete miOverlayCopyUnderlay()
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>
This commit is contained in:
parent
bfb69b7316
commit
be6985948d
|
@ -108,12 +108,6 @@ miOverlaySetTransFunction(ScreenPtr pScreen, miOverlayTransFunc transFunc)
|
|||
MIOVERLAY_GET_SCREEN_PRIVATE(pScreen)->MakeTransparent = transFunc;
|
||||
}
|
||||
|
||||
Bool
|
||||
miOverlayCopyUnderlay(ScreenPtr pScreen)
|
||||
{
|
||||
return MIOVERLAY_GET_SCREEN_PRIVATE(pScreen)->copyUnderlay;
|
||||
}
|
||||
|
||||
static void
|
||||
MarkUnderlayWindow(WindowPtr pWin)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
typedef void (*miOverlayTransFunc) (ScreenPtr, int, BoxPtr);
|
||||
typedef Bool (*miOverlayInOverlayFunc) (WindowPtr);
|
||||
|
||||
extern _X_EXPORT Bool miOverlayCopyUnderlay(ScreenPtr);
|
||||
extern _X_EXPORT void miOverlaySetTransFunction(ScreenPtr, miOverlayTransFunc);
|
||||
extern _X_EXPORT void miOverlaySetRootClip(ScreenPtr, Bool);
|
||||
|
||||
|
|
Loading…
Reference in New Issue