VirtualBox

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

最後變更 在這個檔案從62425是 43272,由 vboxsync 提交於 12 年 前

Additions/x11: more original X server headers.

  • 屬性 svn:eol-style 設為 native
檔案大小: 3.2 KB
 
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
44#if 0
45extern void
46#ifdef XKB
47CoreProcessKeyboardEvent (
48#else
49ProcessKeyboardEvent (
50#endif
51 xEvent * /* xE */,
52 DeviceIntPtr /* keybd */,
53 int /* count */);
54
55extern void
56#ifdef XKB
57CoreProcessPointerEvent (
58#else
59ProcessPointerEvent (
60#endif
61 xEvent * /* xE */,
62 DeviceIntPtr /* mouse */,
63 int /* count */);
64#endif
65
66extern int EventSelectForWindow(
67 WindowPtr /* pWin */,
68 ClientPtr /* client */,
69 Mask /* mask */);
70
71extern int EventSuppressForWindow(
72 WindowPtr /* pWin */,
73 ClientPtr /* client */,
74 Mask /* mask */,
75 Bool * /* checkOptional */);
76
77extern int ProcSetInputFocus(ClientPtr /* client */);
78
79extern int ProcGetInputFocus(ClientPtr /* client */);
80
81extern int ProcGrabPointer(ClientPtr /* client */);
82
83extern int ProcChangeActivePointerGrab(ClientPtr /* client */);
84
85extern int ProcUngrabPointer(ClientPtr /* client */);
86
87extern int ProcGrabKeyboard(ClientPtr /* client */);
88
89extern int ProcUngrabKeyboard(ClientPtr /* client */);
90
91extern int ProcQueryPointer(ClientPtr /* client */);
92
93extern int ProcSendEvent(ClientPtr /* client */);
94
95extern int ProcUngrabKey(ClientPtr /* client */);
96
97extern int ProcGrabKey(ClientPtr /* client */);
98
99extern int ProcGrabButton(ClientPtr /* client */);
100
101extern int ProcUngrabButton(ClientPtr /* client */);
102
103extern int ProcRecolorCursor(ClientPtr /* client */);
104
105#ifdef PANORAMIX
106extern void PostSyntheticMotion(int x, int y, int screen, unsigned long time);
107#endif
108
109#endif /* DIXEVENTS_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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