VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/7.1/xorg/XIstubs.h@ 6202

Last change on this file since 6202 was 6202, checked in by vboxsync, 17 years ago

re-export x11

  • Property svn:eol-style set to native
File size: 2.3 KB
Line 
1/* $XFree86: xc/programs/Xserver/include/XIstubs.h,v 3.1 1996/04/15 11:34:22 dawes Exp $ */
2/************************************************************
3
4Copyright 1996 by Thomas E. Dickey <[email protected]>
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its
9documentation for any purpose and without fee is hereby granted,
10provided that the above copyright notice appear in all copies and that
11both that copyright notice and this permission notice appear in
12supporting documentation, and that the name of the above listed
13copyright holder(s) not be used in advertising or publicity pertaining
14to distribution of the software without specific, written prior
15permission.
16
17THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
18TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
20LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
22ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
23OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24
25********************************************************/
26
27#ifndef XI_STUBS_H
28#define XI_STUBS_H 1
29
30int
31ChangeKeyboardDevice (
32 DeviceIntPtr /* old_dev */,
33 DeviceIntPtr /* new_dev */);
34
35int
36ChangePointerDevice (
37 DeviceIntPtr /* old_dev */,
38 DeviceIntPtr /* new_dev */,
39 unsigned char /* x */,
40 unsigned char /* y */);
41
42void
43CloseInputDevice (
44 DeviceIntPtr /* d */,
45 ClientPtr /* client */);
46
47void
48AddOtherInputDevices (void);
49
50void
51OpenInputDevice (
52 DeviceIntPtr /* dev */,
53 ClientPtr /* client */,
54 int * /* status */);
55
56int
57SetDeviceMode (
58 ClientPtr /* client */,
59 DeviceIntPtr /* dev */,
60 int /* mode */);
61
62int
63SetDeviceValuators (
64 ClientPtr /* client */,
65 DeviceIntPtr /* dev */,
66 int * /* valuators */,
67 int /* first_valuator */,
68 int /* num_valuators */);
69
70int
71ChangeDeviceControl (
72 ClientPtr /* client */,
73 DeviceIntPtr /* dev */,
74 xDeviceCtl * /* control */);
75
76#endif /* XI_STUBS_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette