10 lines
186 B
C
10 lines
186 B
C
/* $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
|