mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
8 lines
246 B
C
8 lines
246 B
C
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/sysv/xqueue.h,v 1.1 1999/05/22 08:40:18 dawes Exp $ */
|
|
|
|
#ifndef _XF86_XQUEUE_H_
|
|
#define _XF86_XQUEUE_H_
|
|
|
|
Bool XqueueMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags);
|
|
|
|
#endif
|