~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to man/xkb/XkbGetAutoResetControls.man

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
.SH NAME
31
31
XkbGetAutoResetControls \- Gets the current values of the auto-reset controls
32
32
.SH SYNOPSIS
 
33
.HP
33
34
.B Bool XkbGetAutoResetControls
34
 
(
35
 
.I dpy,
36
 
.I auto_ctrls,
37
 
.I auto_values 
38
 
)
39
 
.br
40
 
      Display *\fI dpy \fP\^;
41
 
.br
42
 
      unsigned int  *\fI auto_ctrls \fP\^;
43
 
.br
44
 
      unsigned int  *\fI auto_values \fP\^;
 
35
.BI "(\^Display *" "dpy" "\^,"
 
36
.BI "unsigned int  *" "auto_ctrls" "\^,"
 
37
.BI "unsigned int  *" "auto_values" "\^);"
45
38
.if n .ti +5n
46
39
.if t .ti +.5i
47
40
.SH ARGUMENTS