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

« back to all changes in this revision

Viewing changes to man/xkb/XkbBellEvent.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:
32
32
XkbBellEvent \- Provides a function that initiates a bell event for the keyboard 
33
33
without ringing the bell
34
34
.SH SYNOPSIS
 
35
.HP
35
36
.B Bool XkbBellEvent
36
 
(
37
 
.I display,
38
 
.I window,
39
 
.I percent,
40
 
.I name
41
 
)
42
 
.br
43
 
      Display *\fI display \fP\^;
44
 
.br
45
 
      Window \fI window \fP\^;
46
 
.br
47
 
      int \fI percent \fP\^;
48
 
.br
49
 
      Atom \fI name \fP\^;                  
 
37
.BI "(\^Display *" "display" "\^,"
 
38
.BI "Window " "window" "\^,"
 
39
.BI "int " "percent" "\^,"
 
40
.BI "Atom " "name" "\^);"
50
41
.if n .ti +5n
51
42
.if t .ti +.5i
52
43
.SH ARGUMENTS