VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/dixevents.h@ 69348

Last change on this file since 69348 was 51223, checked in by vboxsync, 11 years ago

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • Property svn:eol-style set to native
File size: 3.2 KB
Line 
1/* $XFree86: xc/programs/Xserver/include/dixevents.h,v 3.4 2001/09/04 14:03:27 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 DIXEVENTS_H
28#define DIXEVENTS_H
29
30extern void SetCriticalEvent(int /* event */);
31
32extern CursorPtr GetSpriteCursor(void);
33
34extern int ProcAllowEvents(ClientPtr /* client */);
35
36extern int MaybeDeliverEventsToClient(
37 WindowPtr /* pWin */,
38 xEvent * /* pEvents */,
39 int /* count */,
40 Mask /* filter */,
41 ClientPtr /* dontClient */);
42
43extern int ProcWarpPointer(ClientPtr /* client */);
44
45#if 0
46extern void
47#ifdef XKB
48CoreProcessKeyboardEvent (
49#else
50ProcessKeyboardEvent (
51#endif
52 xEvent * /* xE */,
53 DeviceIntPtr /* keybd */,
54 int /* count */);
55
56extern void
57#ifdef XKB
58CoreProcessPointerEvent (
59#else
60ProcessPointerEvent (
61#endif
62 xEvent * /* xE */,
63 DeviceIntPtr /* mouse */,
64 int /* count */);
65#endif
66
67extern int EventSelectForWindow(
68 WindowPtr /* pWin */,
69 ClientPtr /* client */,
70 Mask /* mask */);
71
72extern int EventSuppressForWindow(
73 WindowPtr /* pWin */,
74 ClientPtr /* client */,
75 Mask /* mask */,
76 Bool * /* checkOptional */);
77
78extern int ProcSetInputFocus(ClientPtr /* client */);
79
80extern int ProcGetInputFocus(ClientPtr /* client */);
81
82extern int ProcGrabPointer(ClientPtr /* client */);
83
84extern int ProcChangeActivePointerGrab(ClientPtr /* client */);
85
86extern int ProcUngrabPointer(ClientPtr /* client */);
87
88extern int ProcGrabKeyboard(ClientPtr /* client */);
89
90extern int ProcUngrabKeyboard(ClientPtr /* client */);
91
92extern int ProcQueryPointer(ClientPtr /* client */);
93
94extern int ProcSendEvent(ClientPtr /* client */);
95
96extern int ProcUngrabKey(ClientPtr /* client */);
97
98extern int ProcGrabKey(ClientPtr /* client */);
99
100extern int ProcGrabButton(ClientPtr /* client */);
101
102extern int ProcUngrabButton(ClientPtr /* client */);
103
104extern int ProcRecolorCursor(ClientPtr /* client */);
105
106#endif /* DIXEVENTS_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