source:
vbox/trunk/src/VBox/Additions/x11/vboxmouse/xorg70/mouse.h@
35273
Last change on this file since 35273 was 6202, checked in by , 17 years ago | |
---|---|
|
|
File size: 254 bytes |
Line | |
---|---|
1 | /* |
2 | * Copyright (c) 1997-1999 by The XFree86 Project, Inc. |
3 | */ |
4 | |
5 | #ifndef MOUSE_H_ |
6 | #define MOUSE_H_ |
7 | |
8 | #include "xf86OSmouse.h" |
9 | |
10 | const char * xf86MouseProtocolIDToName(MouseProtocolID id); |
11 | MouseProtocolID xf86MouseProtocolNameToID(const char *name); |
12 | |
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.