~ubuntu-branches/ubuntu/trusty/libxi/trusty-security

« back to all changes in this revision

Viewing changes to man/XIGrabEnter.man

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-01-18 11:44:39 UTC
  • mfrom: (1.1.8) (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20120118114439-bm7qksg514zh51do
Tags: 2:1.5.99.2-0ubuntu3
Bump build depends on x11proto-input-dev to 2.1.99.5.  Our 2.1.99.4 package
is really 2.0.2, so 2.1.99.5 is the first version with MT support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: xigrabenter
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
 
.\"      Date: 06/07/2011
 
5
.\"      Date: 12/21/2011
6
6
.\"    Manual: [FIXME: manual]
7
7
.\"    Source: [FIXME: source]
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "XIGRABENTER" "libmansuffix" "06/07/2011" "[FIXME: source]" "[FIXME: manual]"
 
10
.TH "XIGRABENTER" "libmansuffix" "12/21/2011" "[FIXME: source]" "[FIXME: manual]"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
85
85
.sp
86
86
.nf
87
87
num_modifiers
88
 
       Number of elements in modifiers or modifiers_return
 
88
       Number of elements in modifiers or modifiers_inout\&.
89
89
.fi
90
90
.sp
91
91
.nf
123
123
.nf
124
124
grab_mode
125
125
       Specifies further processing of events from this device\&.
126
 
       You can pass GrabModeSync or GrabModeAsync\&.
 
126
       You can pass XIGrabModeSync or XIGrabModeAsync\&.
127
127
.fi
128
128
.sp
129
129
.nf
130
130
paired_device_mode
131
131
       Specifies further processing of events from the paired
132
 
       master device\&. You can pass GrabModeSync or
133
 
       GrabModeAsync\&. If deviceid specifies a floating slave
 
132
       master device\&. You can pass XIGrabModeSync or
 
133
       XIGrabModeAsync\&. If deviceid specifies a floating slave
134
134
       device, this parameter is ignored\&.
135
135
.fi
136
136
.SH "DESCRIPTION"
286
286
.if n \{\
287
287
.RE
288
288
.\}
 
289
.SH "RETURN VALUE"
 
290
.sp
 
291
.if n \{\
 
292
.RS 4
 
293
.\}
 
294
.nf
 
295
XIGrabEnter and XIGrabFocusIn return the number of modifier combination
 
296
that could not establish a passive grab\&. The modifiers are returned in
 
297
modifiers_inout, along with the respective error for this modifier
 
298
combination\&. If XIGrabEnter or XIGrabFocusIn return zero, passive grabs
 
299
with all requested modifier combinations were established successfully\&.
 
300
.fi
 
301
.if n \{\
 
302
.RE
 
303
.\}
289
304
.SH "DIAGNOSTICS"
290
305
.sp
291
306
.if n \{\
338
353
.if n \{\
339
354
.RE
340
355
.\}
 
356
.SH "BUGS"
 
357
.sp
 
358
.if n \{\
 
359
.RS 4
 
360
.\}
 
361
.nf
 
362
The protocol headers for XI 2\&.0 did not provide
 
363
XIGrabModeAsync or XIGrabModeSync\&. Use GrabModeSync and
 
364
GrabModeAsync instead, respectively\&.
 
365
.fi
 
366
.if n \{\
 
367
.RE
 
368
.\}
341
369
.SH "SEE ALSO"
342
370
.sp
343
371
.if n \{\