xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.h
2006-11-26 18:13:41 +00:00

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