Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/parti/files: parti-9999-constants.pxi
Date: Tue, 31 Aug 2010 12:29:53
Message-Id: 20100831122930.1F4D920054@flycatcher.gentoo.org
1 xmw 10/08/31 12:29:30
2
3 Added: parti-9999-constants.pxi
4 Log:
5 Added LiveVCS ebuild
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/parti/files/parti-9999-constants.pxi
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/files/parti-9999-constants.pxi?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/files/parti-9999-constants.pxi?rev=1.1&content-type=text/plain
13
14 Index: parti-9999-constants.pxi
15 ===================================================================
16 cdef extern from *:
17 unsigned int XNone "None"
18 unsigned int PointerWindow
19 unsigned int InputFocus
20 unsigned int PointerRoot
21 unsigned int CurrentTime
22 unsigned int IsUnmapped
23 unsigned int IsUnviewable
24 unsigned int IsViewable
25 unsigned int NoEventMask
26 unsigned int KeyPressMask
27 unsigned int KeyReleaseMask
28 unsigned int ButtonPressMask
29 unsigned int ButtonReleaseMask
30 unsigned int EnterWindowMask
31 unsigned int LeaveWindowMask
32 unsigned int PointerMotionMask
33 unsigned int PointerMotionHintMask
34 unsigned int Button1MotionMask
35 unsigned int Button2MotionMask
36 unsigned int Button3MotionMask
37 unsigned int Button4MotionMask
38 unsigned int Button5MotionMask
39 unsigned int ButtonMotionMask
40 unsigned int KeymapStateMask
41 unsigned int ExposureMask
42 unsigned int VisibilityChangeMask
43 unsigned int StructureNotifyMask
44 unsigned int ResizeRedirectMask
45 unsigned int SubstructureNotifyMask
46 unsigned int SubstructureRedirectMask
47 unsigned int FocusChangeMask
48 unsigned int PropertyChangeMask
49 unsigned int ColormapChangeMask
50 unsigned int OwnerGrabButtonMask
51 unsigned int KeyPress
52 unsigned int KeyRelease
53 unsigned int ButtonPress
54 unsigned int ButtonRelease
55 unsigned int MotionNotify
56 unsigned int EnterNotify
57 unsigned int LeaveNotify
58 unsigned int FocusIn
59 unsigned int FocusOut
60 unsigned int KeymapNotify
61 unsigned int Expose
62 unsigned int GraphicsExpose
63 unsigned int NoExpose
64 unsigned int VisibilityNotify
65 unsigned int CreateNotify
66 unsigned int DestroyNotify
67 unsigned int UnmapNotify
68 unsigned int MapNotify
69 unsigned int MapRequest
70 unsigned int ReparentNotify
71 unsigned int ConfigureNotify
72 unsigned int ConfigureRequest
73 unsigned int GravityNotify
74 unsigned int ResizeRequest
75 unsigned int CirculateNotify
76 unsigned int CirculateRequest
77 unsigned int PropertyNotify
78 unsigned int SelectionClear
79 unsigned int SelectionRequest
80 unsigned int SelectionNotify
81 unsigned int ColormapNotify
82 unsigned int ClientMessage
83 unsigned int MappingNotify
84 unsigned int LASTEvent
85 unsigned int PropModeReplace
86 unsigned int PropModePrepend
87 unsigned int PropModeAppend
88 unsigned int CWX
89 unsigned int CWY
90 unsigned int CWWidth
91 unsigned int CWHeight
92 unsigned int CWBorderWidth
93 unsigned int CWSibling
94 unsigned int CWStackMode
95 unsigned int Above
96 unsigned int Below
97 unsigned int BottomIf
98 unsigned int TopIf
99 unsigned int Opposite
100 unsigned int Success
101 unsigned int BadRequest
102 unsigned int BadValue
103 unsigned int BadWindow
104 unsigned int BadPixmap
105 unsigned int BadAtom
106 unsigned int BadCursor
107 unsigned int BadFont
108 unsigned int BadMatch
109 unsigned int BadDrawable
110 unsigned int BadAccess
111 unsigned int BadAlloc
112 unsigned int BadColor
113 unsigned int BadGC
114 unsigned int BadIDChoice
115 unsigned int BadName
116 unsigned int BadLength
117 unsigned int BadImplementation
118 unsigned int FirstExtensionError
119 unsigned int LastExtensionError
120 unsigned int USPosition
121 unsigned int USSize
122 unsigned int PPosition
123 unsigned int PSize
124 unsigned int PMinSize
125 unsigned int PMaxSize
126 unsigned int PResizeInc
127 unsigned int PAspect
128 unsigned int PBaseSize
129 unsigned int PWinGravity
130 unsigned int InputHint
131 unsigned int StateHint
132 unsigned int IconPixmapHint
133 unsigned int IconWindowHint
134 unsigned int IconPositionHint
135 unsigned int IconMaskHint
136 unsigned int WindowGroupHint
137 unsigned int XUrgencyHint
138 unsigned int WithdrawnState
139 unsigned int NormalState
140 unsigned int IconicState
141 unsigned int RevertToParent
142 unsigned int RevertToPointerRoot
143 unsigned int RevertToNone
144 unsigned int NotifyNormal
145 unsigned int NotifyGrab
146 unsigned int NotifyUngrab
147 unsigned int NotifyAncestor
148 unsigned int NotifyVirtual
149 unsigned int NotifyInferior
150 unsigned int NotifyNonlinear
151 unsigned int NotifyNonlinearVirtual
152 unsigned int NotifyPointer
153 unsigned int NotifyPointerRoot
154 unsigned int NotifyDetailNone
155 unsigned int GrabModeSync
156 unsigned int GrabModeAsync
157 unsigned int AnyKey
158 unsigned int AnyModifier
159 const = {
160 "XNone": XNone,
161 "PointerWindow": PointerWindow,
162 "InputFocus": InputFocus,
163 "PointerRoot": PointerRoot,
164 "CurrentTime": CurrentTime,
165 "IsUnmapped": IsUnmapped,
166 "IsUnviewable": IsUnviewable,
167 "IsViewable": IsViewable,
168 "NoEventMask": NoEventMask,
169 "KeyPressMask": KeyPressMask,
170 "KeyReleaseMask": KeyReleaseMask,
171 "ButtonPressMask": ButtonPressMask,
172 "ButtonReleaseMask": ButtonReleaseMask,
173 "EnterWindowMask": EnterWindowMask,
174 "LeaveWindowMask": LeaveWindowMask,
175 "PointerMotionMask": PointerMotionMask,
176 "PointerMotionHintMask": PointerMotionHintMask,
177 "Button1MotionMask": Button1MotionMask,
178 "Button2MotionMask": Button2MotionMask,
179 "Button3MotionMask": Button3MotionMask,
180 "Button4MotionMask": Button4MotionMask,
181 "Button5MotionMask": Button5MotionMask,
182 "ButtonMotionMask": ButtonMotionMask,
183 "KeymapStateMask": KeymapStateMask,
184 "ExposureMask": ExposureMask,
185 "VisibilityChangeMask": VisibilityChangeMask,
186 "StructureNotifyMask": StructureNotifyMask,
187 "ResizeRedirectMask": ResizeRedirectMask,
188 "SubstructureNotifyMask": SubstructureNotifyMask,
189 "SubstructureRedirectMask": SubstructureRedirectMask,
190 "FocusChangeMask": FocusChangeMask,
191 "PropertyChangeMask": PropertyChangeMask,
192 "ColormapChangeMask": ColormapChangeMask,
193 "OwnerGrabButtonMask": OwnerGrabButtonMask,
194 "KeyPress": KeyPress,
195 "KeyRelease": KeyRelease,
196 "ButtonPress": ButtonPress,
197 "ButtonRelease": ButtonRelease,
198 "MotionNotify": MotionNotify,
199 "EnterNotify": EnterNotify,
200 "LeaveNotify": LeaveNotify,
201 "FocusIn": FocusIn,
202 "FocusOut": FocusOut,
203 "KeymapNotify": KeymapNotify,
204 "Expose": Expose,
205 "GraphicsExpose": GraphicsExpose,
206 "NoExpose": NoExpose,
207 "VisibilityNotify": VisibilityNotify,
208 "CreateNotify": CreateNotify,
209 "DestroyNotify": DestroyNotify,
210 "UnmapNotify": UnmapNotify,
211 "MapNotify": MapNotify,
212 "MapRequest": MapRequest,
213 "ReparentNotify": ReparentNotify,
214 "ConfigureNotify": ConfigureNotify,
215 "ConfigureRequest": ConfigureRequest,
216 "GravityNotify": GravityNotify,
217 "ResizeRequest": ResizeRequest,
218 "CirculateNotify": CirculateNotify,
219 "CirculateRequest": CirculateRequest,
220 "PropertyNotify": PropertyNotify,
221 "SelectionClear": SelectionClear,
222 "SelectionRequest": SelectionRequest,
223 "SelectionNotify": SelectionNotify,
224 "ColormapNotify": ColormapNotify,
225 "ClientMessage": ClientMessage,
226 "MappingNotify": MappingNotify,
227 "LASTEvent": LASTEvent,
228 "PropModeReplace": PropModeReplace,
229 "PropModePrepend": PropModePrepend,
230 "PropModeAppend": PropModeAppend,
231 "CWX": CWX,
232 "CWY": CWY,
233 "CWWidth": CWWidth,
234 "CWHeight": CWHeight,
235 "CWBorderWidth": CWBorderWidth,
236 "CWSibling": CWSibling,
237 "CWStackMode": CWStackMode,
238 "Above": Above,
239 "Below": Below,
240 "BottomIf": BottomIf,
241 "TopIf": TopIf,
242 "Opposite": Opposite,
243 "Success": Success,
244 "BadRequest": BadRequest,
245 "BadValue": BadValue,
246 "BadWindow": BadWindow,
247 "BadPixmap": BadPixmap,
248 "BadAtom": BadAtom,
249 "BadCursor": BadCursor,
250 "BadFont": BadFont,
251 "BadMatch": BadMatch,
252 "BadDrawable": BadDrawable,
253 "BadAccess": BadAccess,
254 "BadAlloc": BadAlloc,
255 "BadColor": BadColor,
256 "BadGC": BadGC,
257 "BadIDChoice": BadIDChoice,
258 "BadName": BadName,
259 "BadLength": BadLength,
260 "BadImplementation": BadImplementation,
261 "FirstExtensionError": FirstExtensionError,
262 "LastExtensionError": LastExtensionError,
263 "USPosition": USPosition,
264 "USSize": USSize,
265 "PPosition": PPosition,
266 "PSize": PSize,
267 "PMinSize": PMinSize,
268 "PMaxSize": PMaxSize,
269 "PResizeInc": PResizeInc,
270 "PAspect": PAspect,
271 "PBaseSize": PBaseSize,
272 "PWinGravity": PWinGravity,
273 "InputHint": InputHint,
274 "StateHint": StateHint,
275 "IconPixmapHint": IconPixmapHint,
276 "IconWindowHint": IconWindowHint,
277 "IconPositionHint": IconPositionHint,
278 "IconMaskHint": IconMaskHint,
279 "WindowGroupHint": WindowGroupHint,
280 "XUrgencyHint": XUrgencyHint,
281 "WithdrawnState": WithdrawnState,
282 "NormalState": NormalState,
283 "IconicState": IconicState,
284 "RevertToParent": RevertToParent,
285 "RevertToPointerRoot": RevertToPointerRoot,
286 "RevertToNone": RevertToNone,
287 "NotifyNormal": NotifyNormal,
288 "NotifyGrab": NotifyGrab,
289 "NotifyUngrab": NotifyUngrab,
290 "NotifyAncestor": NotifyAncestor,
291 "NotifyVirtual": NotifyVirtual,
292 "NotifyInferior": NotifyInferior,
293 "NotifyNonlinear": NotifyNonlinear,
294 "NotifyNonlinearVirtual": NotifyNonlinearVirtual,
295 "NotifyPointer": NotifyPointer,
296 "NotifyPointerRoot": NotifyPointerRoot,
297 "NotifyDetailNone": NotifyDetailNone,
298 "GrabModeSync": GrabModeSync,
299 "GrabModeAsync": GrabModeAsync,
300 "AnyKey": AnyKey,
301 "AnyModifier": AnyModifier,
302 }