xenocara/xserver/hw/xfree86/os-support/sysv/xqueue.h

13 lines
211 B
C
Raw Normal View History

2006-11-26 11:13:41 -07:00
/* $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