mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 20:18:03 +02:00
specs/XKB: Convert header filenames to filename tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
5525e8433f
commit
9fdb973012
2 changed files with 18 additions and 17 deletions
|
|
@ -8,40 +8,40 @@ The following include files are part of the Xkb standard:
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis><X11/XKBlib.h></emphasis>
|
||||
<filename class="headerfile"><X11/XKBlib.h></filename>
|
||||
</para>
|
||||
<para><emphasis>XKBlib.h</emphasis>
|
||||
<para><filename class="headerfile">XKBlib.h</filename>
|
||||
is the main header file for Xkb; it declares constants, types, and
|
||||
functions.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis><X11/extensions/XKBstr.h></emphasis>
|
||||
<filename class="headerfile"><X11/extensions/XKBstr.h></filename>
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>XKBstr.h</emphasis> declares types and
|
||||
<filename class="headerfile">XKBstr.h</filename> declares types and
|
||||
constants for Xkb. It is included automatically from
|
||||
<emphasis><X11/XKBlib.h></emphasis>
|
||||
<filename class="headerfile"><X11/XKBlib.h></filename>
|
||||
; you should never need to reference it directly in your application code.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis><X11/extensions/XKB.h></emphasis>
|
||||
<filename class="headerfile"><X11/extensions/XKB.h></filename>
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>XKB.h</emphasis>
|
||||
defines constants for Xkb. It is included automatically from <emphasis>
|
||||
<X11/XKBstr.h></emphasis>
|
||||
<filename class="headerfile">XKB.h</filename>
|
||||
defines constants for Xkb. It is included automatically from
|
||||
<filename class="headerfile"><X11/XKBstr.h></filename>
|
||||
; you should never need to reference it directly in your application code.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis><X11/extensions/XKBgeom.h></emphasis>
|
||||
<filename class="headerfile"><X11/extensions/XKBgeom.h></filename>
|
||||
</para>
|
||||
<para><emphasis>XKBgeom.h</emphasis>
|
||||
<para><filename class="headerfile">XKBgeom.h</filename>
|
||||
declares types, symbolic constants, and functions for manipulating
|
||||
keyboard geometry descriptions.
|
||||
</para>
|
||||
|
|
@ -51,8 +51,8 @@ keyboard geometry descriptions.
|
|||
<sect1 id='Extension_Name'>
|
||||
<title>Extension Name</title>
|
||||
<para>
|
||||
The name of the Xkb extension is given in <emphasis>
|
||||
<X11/extensions/Xkb.h>:</emphasis>
|
||||
The name of the Xkb extension is given in
|
||||
<filename class="headerfile"><X11/extensions/Xkb.h></filename>:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
|
|
@ -61,15 +61,16 @@ XkbQueryExtension</emphasis>
|
|||
XkbOpenDisplay</emphasis>
|
||||
. The second field is the Xkb event type, which contains a value uniquely
|
||||
identifying each different Xkb event type. Possible values are defined by
|
||||
constants declared in the header file <X11/extensions/Xkb.h>.
|
||||
constants declared in the header file
|
||||
<filename class="headerfile"><X11/extensions/Xkb.h></filename>.
|
||||
</para>
|
||||
|
||||
|
||||
<para>
|
||||
Table 4.1 lists the categories of events defined by Xkb and their associated
|
||||
event types, as defined in <emphasis>
|
||||
Xkb.h</emphasis>
|
||||
. Each event is described in more detail in the section referenced for that
|
||||
event types, as defined in
|
||||
<filename class="headerfile">Xkb.h</filename>.
|
||||
Each event is described in more detail in the section referenced for that
|
||||
event.
|
||||
</para>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue