Revert "mi: unexport miSendExposures()"

This reverts commit 8d07450904.
This commit is contained in:
kohnish 2025-11-18 21:38:44 +01:00
parent a080a088b8
commit 06c8dbd7ff
5 changed files with 12 additions and 11 deletions

View file

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

View file

@ -13,9 +13,7 @@
#include "include/events.h" #include "include/events.h"
#include "include/gc.h" #include "include/gc.h"
#include "include/pixmap.h" #include "include/pixmap.h"
#include "include/regionstr.h"
#include "include/screenint.h" #include "include/screenint.h"
#include "include/window.h"
#include "mi/mi.h" #include "mi/mi.h"
void miScreenClose(ScreenPtr pScreen); void miScreenClose(ScreenPtr pScreen);
@ -42,6 +40,4 @@ typedef void (*mieqHandler) (int screen, InternalEvent *event,
DeviceIntPtr dev); DeviceIntPtr dev);
void mieqSetHandler(int event, mieqHandler handler); void mieqSetHandler(int event, mieqHandler handler);
void miSendExposures(WindowPtr pWin, RegionPtr pRgn, int dx, int dy);
#endif /* _XSERVER_MI_PRIV_H */ #endif /* _XSERVER_MI_PRIV_H */

View file

@ -74,12 +74,10 @@ Equipment Corporation.
#include <dix-config.h> #include <dix-config.h>
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xmd.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/Xprotostr.h> #include <X11/Xprotostr.h>
#include "dix/dix_priv.h" #include "dix/dix_priv.h"
#include "mi/mi_priv.h"
#include "misc.h" #include "misc.h"
#include "regionstr.h" #include "regionstr.h"
@ -88,7 +86,11 @@ Equipment Corporation.
#include "windowstr.h" #include "windowstr.h"
#include "pixmap.h" #include "pixmap.h"
#include "input.h" #include "input.h"
#include "dixstruct.h" #include "dixstruct.h"
#include "mi.h"
#include <X11/Xmd.h>
#include "globals.h" #include "globals.h"
#ifdef XINERAMA #ifdef XINERAMA

View file

@ -37,8 +37,8 @@
#include <string.h> #include <string.h>
#include "dix/colormap_priv.h" #include "dix/colormap_priv.h"
#include "mi/mi_priv.h"
#include "mi.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "gcstruct.h" #include "gcstruct.h"
#include "pixmapstr.h" #include "pixmapstr.h"

View file

@ -35,12 +35,9 @@
#include <limits.h> /* For CHAR_BIT */ #include <limits.h> /* For CHAR_BIT */
#include <assert.h> #include <assert.h>
#include <X11/Xatom.h> #include <X11/Xatom.h>
#include "mi/mi_priv.h"
#include "dix_priv.h"
#ifdef __APPLE__ #ifdef __APPLE__
#include <Xplugin.h> #include <Xplugin.h>
#include "mi.h"
#include "pixmapstr.h" #include "pixmapstr.h"
#include "windowstr.h" #include "windowstr.h"
//#include <X11/extensions/applewm.h> //#include <X11/extensions/applewm.h>