Revert "mi: unexport mieqSwitchScreen()"

This reverts commit 413e6ed2c8.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2102>
This commit is contained in:
kohnish 2025-11-18 21:39:26 +01:00 committed by Alan Coopersmith
parent 4779026cc0
commit e1f43d2888
2 changed files with 5 additions and 2 deletions

View file

@ -114,6 +114,11 @@ miDoCopy(DrawablePtr pSrcDrawable,
typedef struct _DeviceRec *DevicePtr;
#endif
extern _X_EXPORT void mieqSwitchScreen(DeviceIntPtr /* pDev */ ,
ScreenPtr /*pScreen */ ,
Bool /*set_dequeue_screen */
);
extern _X_EXPORT void mieqProcessDeviceEvent(DeviceIntPtr /* dev */ ,
InternalEvent * /* event */ ,
ScreenPtr /* screen */

View file

@ -8,7 +8,6 @@
#include <X11/Xdefs.h>
#include <X11/Xprotostr.h>
#include "dix/screenint_priv.h"
#include "include/events.h"
#include "include/gc.h"
#include "include/pixmap.h"
@ -24,6 +23,5 @@ void miStepDash(int dist, int * pDashIndex, unsigned char * pDash,
Bool mieqInit(void);
void mieqFini(void);
void mieqEnqueue(DeviceIntPtr pDev, InternalEvent *e);
void mieqSwitchScreen(DeviceIntPtr pDev, ScreenPtr pScreen, Bool set_dequeue_screen);
#endif /* _XSERVER_MI_PRIV_H */