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

« back to all changes in this revision

Viewing changes to man/XGetFeedbackControl.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: xgetfeedbackcontrol
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/02/2011
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: [FIXME: manual]
7
7
.\"    Source: [FIXME: source]
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "XGETFEEDBACKCONTROL" "libmansuffix" "06/02/2011" "[FIXME: source]" "[FIXME: manual]"
 
10
.TH "XGETFEEDBACKCONTROL" "libmansuffix" "12/16/2011" "[FIXME: source]" "[FIXME: manual]"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
162
162
.if n \{\
163
163
.RE
164
164
.\}
165
 
.sp
166
 
Structures
 
165
.SS "Structures"
167
166
.sp
168
167
.if n \{\
169
168
.RS 4
184
183
.\}
185
184
.nf
186
185
typedef struct {
187
 
XID class;
188
 
int length;
189
 
XID id;
190
 
} XFeedbackState,
191
 
XFeedbackControl;
 
186
    XID class;
 
187
    int length;
 
188
    XID id;
 
189
} XFeedbackState, XFeedbackControl;
192
190
.fi
193
191
.if n \{\
194
192
.RE
210
208
.\}
211
209
.nf
212
210
typedef struct {
213
 
XID class;
214
 
int length;
215
 
XID id;
216
 
int click;
217
 
int percent;
218
 
int pitch;
219
 
int duration;
220
 
int led_mask;
221
 
int global_auto_repeat;
222
 
char auto_repeats[32];
 
211
    XID class;
 
212
    int length;
 
213
    XID id;
 
214
    int click;
 
215
    int percent;
 
216
    int pitch;
 
217
    int duration;
 
218
    int led_mask;
 
219
    int global_auto_repeat;
 
220
    char auto_repeats[32];
223
221
} XKbdFeedbackState;
224
222
.fi
225
223
.if n \{\
243
241
.\}
244
242
.nf
245
243
typedef struct {
246
 
XID class;
247
 
int length;
248
 
XID id;
249
 
int accelNum;
250
 
int accelDenom;
251
 
int threshold;
 
244
    XID class;
 
245
    int length;
 
246
    XID id;
 
247
    int accelNum;
 
248
    int accelDenom;
 
249
    int threshold;
252
250
} XPtrFeedbackState;
253
251
.fi
254
252
.if n \{\
271
269
.\}
272
270
.nf
273
271
typedef struct {
274
 
XID class;
275
 
int length;
276
 
XID id;
277
 
int resolution;
278
 
int minVal;
279
 
int maxVal;
 
272
    XID class;
 
273
    int length;
 
274
    XID id;
 
275
    int resolution;
 
276
    int minVal;
 
277
    int maxVal;
280
278
} XIntegerFeedbackState;
281
279
.fi
282
280
.if n \{\
299
297
.\}
300
298
.nf
301
299
typedef struct {
302
 
XID class;
303
 
int length;
304
 
XID id;
305
 
int max_symbols;
306
 
int num_syms_supported;
307
 
KeySym *syms_supported;
 
300
    XID class;
 
301
    int length;
 
302
    XID id;
 
303
    int max_symbols;
 
304
    int num_syms_supported;
 
305
    KeySym *syms_supported;
308
306
} XStringFeedbackState;
309
307
.fi
310
308
.if n \{\
327
325
.\}
328
326
.nf
329
327
typedef struct {
330
 
XID class;
331
 
int length;
332
 
XID id;
333
 
int percent;
334
 
int pitch;
335
 
int duration;
 
328
    XID class;
 
329
    int length;
 
330
    XID id;
 
331
    int percent;
 
332
    int pitch;
 
333
    int duration;
336
334
} XBellFeedbackState;
337
335
.fi
338
336
.if n \{\
354
352
.RS 4
355
353
.\}
356
354
.nf
357
 
typedef struct { XID class;
358
 
int length;
359
 
XID id;
360
 
int led_values;
 
355
typedef struct {
 
356
    XID class;
 
357
    int length;
 
358
    XID id;
 
359
    int led_values;
361
360
} XLedFeedbackState;
362
361
.fi
363
362
.if n \{\
380
379
.\}
381
380
.nf
382
381
typedef struct {
383
 
XID class;
384
 
int length;
385
 
XID id;
386
 
int accelNum;
387
 
int accelDenom;
388
 
int threshold;
 
382
    XID class;
 
383
    int length;
 
384
    XID id;
 
385
    int accelNum;
 
386
    int accelDenom;
 
387
    int threshold;
389
388
} XPtrFeedbackControl;
390
389
.fi
391
390
.if n \{\
408
407
.\}
409
408
.nf
410
409
typedef struct {
411
 
XID class;
412
 
int length;
413
 
XID id;
414
 
int click;
415
 
int percent;
416
 
int pitch;
417
 
int duration;
418
 
int led_mask;
419
 
int led_value;
420
 
int key;
421
 
int auto_repeat_mode;
 
410
    XID class;
 
411
    int length;
 
412
    XID id;
 
413
    int click;
 
414
    int percent;
 
415
    int pitch;
 
416
    int duration;
 
417
    int led_mask;
 
418
    int led_value;
 
419
    int key;
 
420
    int auto_repeat_mode;
422
421
} XKbdFeedbackControl;
423
422
.fi
424
423
.if n \{\
441
440
.\}
442
441
.nf
443
442
typedef struct {
444
 
XID class;
445
 
int length;
446
 
XID id;
447
 
int num_keysyms;
448
 
KeySym  *syms_to_display;
 
443
    XID class;
 
444
    int length;
 
445
    XID id;
 
446
    int num_keysyms;
 
447
    KeySym  *syms_to_display;
449
448
} XStringFeedbackControl;
450
449
.fi
451
450
.if n \{\
468
467
.\}
469
468
.nf
470
469
typedef struct {
471
 
XID class;
472
 
int length;
473
 
XID id;
474
 
int int_to_display;
 
470
    XID class;
 
471
    int length;
 
472
    XID id;
 
473
    int int_to_display;
475
474
} XIntegerFeedbackControl;
476
475
.fi
477
476
.if n \{\
494
493
.\}
495
494
.nf
496
495
typedef struct {
497
 
XID     class;
498
 
int     length;
499
 
XID     id;
500
 
int     percent;
501
 
int     pitch;
502
 
int     duration;
 
496
    XID     class;
 
497
    int     length;
 
498
    XID     id;
 
499
    int     percent;
 
500
    int     pitch;
 
501
    int     duration;
503
502
} XBellFeedbackControl;
504
503
.fi
505
504
.if n \{\
522
521
.\}
523
522
.nf
524
523
typedef struct {
525
 
XID     class;
526
 
int     length;
527
 
XID     id;
528
 
int     led_mask;
529
 
int     led_values;
 
524
    XID     class;
 
525
    int     length;
 
526
    XID     id;
 
527
    int     led_mask;
 
528
    int     led_values;
530
529
} XLedFeedbackControl;
531
530
.fi
532
531
.if n \{\