VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/extinit.h@ 25078

最後變更 在這個檔案從25078是 25078,由 vboxsync 提交於 15 年 前

Additions/x11/x11include: exported and set eol-style on new 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/********************************************************************
27 * Interface of extinit.c
28 */
29
30#ifndef EXTINIT_H
31#define EXTINIT_H
32
33#include "extnsionst.h"
34
35void
36XInputExtensionInit(
37 void
38 );
39
40
41int
42ProcIDispatch (
43 ClientPtr /* client */
44 );
45
46int
47SProcIDispatch(
48 ClientPtr /* client */
49 );
50
51void
52SReplyIDispatch (
53 ClientPtr /* client */,
54 int /* len */,
55 xGrabDeviceReply * /* rep */
56 );
57
58void
59SEventIDispatch (
60 xEvent * /* from */,
61 xEvent * /* to */
62 );
63
64void
65SEventDeviceValuator (
66 deviceValuator * /* from */,
67 deviceValuator * /* to */
68 );
69
70void
71SEventFocus (
72 deviceFocus * /* from */,
73 deviceFocus * /* to */
74 );
75
76void
77SDeviceStateNotifyEvent (
78 deviceStateNotify * /* from */,
79 deviceStateNotify * /* to */
80 );
81
82void
83SDeviceKeyStateNotifyEvent (
84 deviceKeyStateNotify * /* from */,
85 deviceKeyStateNotify * /* to */
86 );
87
88void
89SDeviceButtonStateNotifyEvent (
90 deviceButtonStateNotify * /* from */,
91 deviceButtonStateNotify * /* to */
92 );
93
94void
95SChangeDeviceNotifyEvent (
96 changeDeviceNotify * /* from */,
97 changeDeviceNotify * /* to */
98 );
99
100void
101SDeviceMappingNotifyEvent (
102 deviceMappingNotify * /* from */,
103 deviceMappingNotify * /* to */
104 );
105
106void
107FixExtensionEvents (
108 ExtensionEntry * /* extEntry */
109 );
110
111void
112RestoreExtensionEvents (
113 void
114 );
115
116void
117IResetProc(
118 ExtensionEntry * /* unused */
119 );
120
121void
122AssignTypeAndName (
123 DeviceIntPtr /* dev */,
124 Atom /* type */,
125 char * /* name */
126 );
127
128void
129MakeDeviceTypeAtoms (
130 void
131);
132
133DeviceIntPtr
134LookupDeviceIntRec (
135 CARD8 /* id */
136 );
137
138void
139SetExclusiveAccess (
140 Mask /* mask */
141 );
142
143void
144AllowPropagateSuppress (
145 Mask /* mask */
146 );
147
148Mask
149GetNextExtEventMask (
150 void
151);
152
153void
154SetMaskForExtEvent(
155 Mask /* mask */,
156 int /* event */
157 );
158
159void
160SetEventInfo(
161 Mask /* mask */,
162 int /* constant */
163 );
164
165#endif /* EXTINIT_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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