blob: d693d2b369d3fec117c4a5d0f7ca4e874843ff73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $XFree86$ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_XQUEUE_H_
#define _XF86_XQUEUE_H_
Bool XqueueMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags);
#endif
|