Revert "mi: unexport miWindowExposures()"

This reverts commit e424f49cdb.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2102>
This commit is contained in:
kohnish 2025-11-18 21:38:24 +01:00 committed by Alan Coopersmith
parent fc6a3af75c
commit 623286fc3e
3 changed files with 0 additions and 5 deletions

View file

@ -26,8 +26,6 @@
#include <stdlib.h>
#include "mi/mi_priv.h"
#include "fb.h"
#include "fboverlay.h"
#include "shmint.h"

View file

@ -17,8 +17,6 @@ is" without express or implied warranty.
#include <X11/Xdefs.h>
#include <X11/Xproto.h>
#include "mi/mi_priv.h"
#include "gcstruct.h"
#include "window.h"
#include "windowstr.h"

View file

@ -127,7 +127,6 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ ,
int /*dsty */
);
extern _X_EXPORT void miWindowExposures(WindowPtr /*pWin */ ,
RegionPtr /*prgn */);