mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 01:30:29 +01:00
Revert "mi: unexport mieqSwitchScreen()"
This reverts commit 413e6ed2c8.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2102>
This commit is contained in:
parent
4779026cc0
commit
e1f43d2888
2 changed files with 5 additions and 2 deletions
5
mi/mi.h
5
mi/mi.h
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue