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

« back to all changes in this revision

Viewing changes to man/xkb/XkbGetMap.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:
33
33
keyboard 
34
34
client map and server map
35
35
.SH SYNOPSIS
 
36
.HP
36
37
.B XkbDescPtr XkbGetMap
37
 
(
38
 
.I display,
39
 
.I which,
40
 
.I device_spec
41
 
)
42
 
.br
43
 
      Display * \fIdisplay\fP\^;
44
 
.br
45
 
      unsigned int \fIwhich\fP\^;
46
 
.br
47
 
      unsigned int \fIdevice_spec\fP\^;
 
38
.BI "(\^Display *" "display" "\^,"
 
39
.BI "unsigned int " "which" "\^,"
 
40
.BI "unsigned int " "device_spec" "\^);"
48
41
.if n .ti +5n
49
42
.if t .ti +.5i
50
43
.SH ARGUMENTS