Revert "mi: unexport miSourceValidate()"

This reverts commit 191cca0905.
This commit is contained in:
kohnish 2025-11-18 21:37:36 +01:00
parent a7b98cf156
commit 34f7357075
4 changed files with 8 additions and 7 deletions

View file

@ -29,11 +29,8 @@ from The Open Group.
#include <dix-config.h>
#include <X11/X.h>
#include <X11/extensions/render.h>
#include "mi/mi_priv.h"
#include "scrnintstr.h"
#include "mi.h"
#include "misc.h"
#include "os.h"
#include "windowstr.h"
@ -41,6 +38,7 @@ from The Open Group.
#include "dixstruct.h"
#include "gcstruct.h"
#include "servermd.h"
#include "X11/extensions/render.h"
#include "picturestr.h"
#include "randrstr.h"
/*

View file

@ -33,8 +33,8 @@
#include <X11/extensions/dpmsconst.h>
#include "dix/dix_priv.h"
#include "mi/mi_priv.h"
#include "mi.h"
#include "xf86.h"
#include "xf86DDC.h"
#include "windowstr.h"

View file

@ -235,6 +235,11 @@ extern _X_EXPORT void miPushPixels(GCPtr /*pGC */ ,
);
/* miscrinit.c */
extern _X_EXPORT void
miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
unsigned int subWindowMode);
extern _X_EXPORT Bool miModifyPixmapHeader(PixmapPtr pPixmap,
int width,
int height,

View file

@ -46,6 +46,4 @@ void miSendExposures(WindowPtr pWin, RegionPtr pRgn, int dx, int dy);
void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
unsigned int subWindowMode);
#endif /* _XSERVER_MI_PRIV_H */