13 lines
211 B
C
13 lines
211 B
C
/* $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
|