From a080a088b86ffe11692f3fa33aa25504a6b94961 Mon Sep 17 00:00:00 2001 From: kohnish Date: Tue, 18 Nov 2025 21:38:24 +0100 Subject: [PATCH] Revert "mi: unexport miWindowExposures()" This reverts commit e424f49cdb04ad343c72aed2457ed9b543fa8aea. --- fb/fboverlay.c | 2 -- hw/xnest/Window.c | 2 -- mi/mi.h | 1 - 3 files changed, 5 deletions(-) diff --git a/fb/fboverlay.c b/fb/fboverlay.c index 7ea8e660b..5ead17315 100644 --- a/fb/fboverlay.c +++ b/fb/fboverlay.c @@ -26,8 +26,6 @@ #include -#include "mi/mi_priv.h" - #include "fb.h" #include "fboverlay.h" #include "shmint.h" diff --git a/hw/xnest/Window.c b/hw/xnest/Window.c index d8a203a03..d7ad0097d 100644 --- a/hw/xnest/Window.c +++ b/hw/xnest/Window.c @@ -17,8 +17,6 @@ is" without express or implied warranty. #include #include -#include "mi/mi_priv.h" - #include "gcstruct.h" #include "window.h" #include "windowstr.h" diff --git a/mi/mi.h b/mi/mi.h index 35c979fd6..f2c925fe8 100644 --- a/mi/mi.h +++ b/mi/mi.h @@ -127,7 +127,6 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ , int /*dsty */ ); - extern _X_EXPORT void miWindowExposures(WindowPtr /*pWin */ , RegionPtr /*prgn */);