VirtualBox

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

Last change on this file since 17448 was 17448, checked in by vboxsync, 16 years ago

Additions/x11: added a full header set for X.Org server 1.5 and 1.6

  • Property svn:eol-style set to native
File size: 2.8 KB
Line 
1/************************************************************
2
3Copyright 1996 by Thomas E. Dickey <[email protected]>
4
5 All Rights Reserved
6
7Permission to use, copy, modify, and distribute this software and its
8documentation for any purpose and without fee is hereby granted,
9provided that the above copyright notice appear in all copies and that
10both that copyright notice and this permission notice appear in
11supporting documentation, and that the name of the above listed
12copyright holder(s) not be used in advertising or publicity pertaining
13to distribution of the software without specific, written prior
14permission.
15
16THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
17TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
19LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23
24********************************************************/
25
26#ifndef DIXEVENTS_H
27#define DIXEVENTS_H
28
29extern void SetCriticalEvent(int /* event */);
30
31extern CursorPtr GetSpriteCursor(void);
32
33extern int ProcAllowEvents(ClientPtr /* client */);
34
35extern int MaybeDeliverEventsToClient(
36 WindowPtr /* pWin */,
37 xEvent * /* pEvents */,
38 int /* count */,
39 Mask /* filter */,
40 ClientPtr /* dontClient */);
41
42extern int ProcWarpPointer(ClientPtr /* client */);
43
44extern int EventSelectForWindow(
45 WindowPtr /* pWin */,
46 ClientPtr /* client */,
47 Mask /* mask */);
48
49extern int EventSuppressForWindow(
50 WindowPtr /* pWin */,
51 ClientPtr /* client */,
52 Mask /* mask */,
53 Bool * /* checkOptional */);
54
55extern int ProcSetInputFocus(ClientPtr /* client */);
56
57extern int ProcGetInputFocus(ClientPtr /* client */);
58
59extern int ProcGrabPointer(ClientPtr /* client */);
60
61extern int ProcChangeActivePointerGrab(ClientPtr /* client */);
62
63extern int ProcUngrabPointer(ClientPtr /* client */);
64
65extern int ProcGrabKeyboard(ClientPtr /* client */);
66
67extern int ProcUngrabKeyboard(ClientPtr /* client */);
68
69extern int ProcQueryPointer(ClientPtr /* client */);
70
71extern int ProcSendEvent(ClientPtr /* client */);
72
73extern int ProcUngrabKey(ClientPtr /* client */);
74
75extern int ProcGrabKey(ClientPtr /* client */);
76
77extern int ProcGrabButton(ClientPtr /* client */);
78
79extern int ProcUngrabButton(ClientPtr /* client */);
80
81extern int ProcRecolorCursor(ClientPtr /* client */);
82
83#ifdef PANORAMIX
84extern void PostSyntheticMotion(int x, int y, int screen, unsigned long time);
85#endif
86
87#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