xenocara/xserver/hw/xfree86/os-support/usl/usl_xqueue.h

10 lines
186 B
C
Raw Normal View History

2006-11-26 11:13:41 -07:00
/* $XdotOrg$ */
#ifndef _XF86_USL_XQUEUE_H_
#define _XF86_USL_XQUEUE_H_
extern int XqMseOnOff (InputInfoPtr pInfo, int on);
extern int XqKbdOnOff (InputInfoPtr pInfo, int on);
#endif