summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/usl/usl_xqueue.h
blob: a938990e0e64f71a5ee003042e07dcde27b1b032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $XFree86$ */

#ifndef _XF86_USL_XQUEUE_H_
#define _XF86_USL_XQUEUE_H_

typedef struct _USLMseRec {
  int	wheel_res;
} USLMseRec, *USLMsePtr;

extern int XqMseOnOff (InputInfoPtr pInfo, int on);
extern int XqKbdOnOff (InputInfoPtr pInfo, int on);

#endif