Last change
on this file since 8155 was 6202, checked in by vboxsync, 17 years ago |
re-export x11
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
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.