mi: unexport miWindowExposures()

Not used by any modules/drivers, so no need to keep it public.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1727>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-22 14:31:05 +02:00 committed by Povilas Kanapickas
parent 8d07450904
commit e424f49cdb
5 changed files with 5 additions and 6 deletions

View File

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

View File

@ -18,6 +18,8 @@ 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"
@ -26,8 +28,6 @@ is" without express or implied warranty.
#include "scrnintstr.h"
#include "region.h"
#include "mi.h"
#include "Xnest.h"
#include "Display.h"

View File

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

View File

@ -43,5 +43,6 @@ typedef void (*mieqHandler) (int screen, InternalEvent *event,
void mieqSetHandler(int event, mieqHandler handler);
void miSendExposures(WindowPtr pWin, RegionPtr pRgn, int dx, int dy);
void miWindowExposures(WindowPtr pWin, RegionPtr prgn);
#endif /* _XSERVER_MI_PRIV_H */

View File

@ -34,7 +34,6 @@ from The Open Group.
#include "servermd.h"
#include "misc.h"
#include "mi.h"
#include "scrnintstr.h"
#include "pixmapstr.h"
#include "dix.h"