Revert "mi: unexport miShapedWindowIn()"

This reverts commit c2ee74c523.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2102>
This commit is contained in:
kohnish 2025-11-18 21:36:00 +01:00 committed by Alan Coopersmith
parent 7281fb5aa6
commit 567ffcad2d
4 changed files with 10 additions and 10 deletions

View file

@ -264,6 +264,13 @@ extern _X_EXPORT Bool miScreenInit(ScreenPtr pScreen,
/* mivaltree.c */
extern _X_EXPORT int miShapedWindowIn(RegionPtr /*universe */ ,
RegionPtr /*bounding */ ,
BoxPtr /*rect */ ,
int /*x */ ,
int /*y */
);
extern _X_EXPORT int miValidateTree(WindowPtr /*pParent */ ,
WindowPtr /*pChild */ ,
VTKind /*kind */

View file

@ -48,7 +48,4 @@ void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
unsigned int subWindowMode);
int miShapedWindowIn(RegionPtr universe, RegionPtr bounding, BoxPtr rect,
int x, int y);
#endif /* _XSERVER_MI_PRIV_H */

View file

@ -91,12 +91,10 @@ Equipment Corporation.
#include <dix-config.h>
#include <X11/X.h>
#include "mi/mi_priv.h"
#include "scrnintstr.h"
#include "validate.h"
#include "windowstr.h"
#include "mi.h"
#include "regionstr.h"
#include "mivalidate.h"
#include "globals.h"

View file

@ -92,13 +92,11 @@ Equipment Corporation.
#include <dix-config.h>
#include <stddef.h> /* For NULL */
#include <X11/X.h>
#include "mi/mi_priv.h"
#include <X11/X.h>
#include "scrnintstr.h"
#include "validate.h"
#include "windowstr.h"
#include "mi.h"
#include "regionstr.h"
#include "mivalidate.h"