mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 20:00:06 +01:00
8 lines
152 B
C
8 lines
152 B
C
/* $XFree86$ */
|
|
|
|
#ifndef _XF86_XQUEUE_H_
|
|
#define _XF86_XQUEUE_H_
|
|
|
|
Bool XqueueMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags);
|
|
|
|
#endif
|