sync with OpenBSD -current
This commit is contained in:
parent
2d1e52c274
commit
b5b25afdb8
657 changed files with 21464 additions and 54675 deletions
|
@ -993,85 +993,6 @@ into the changes record specified by
|
|||
</para>
|
||||
|
||||
|
||||
<para>
|
||||
To update the local copy of the keyboard description with the actual values,
|
||||
pass to
|
||||
<function>XkbGetNameChanges</function>
|
||||
the results of one or more calls to
|
||||
<function>XkbNoteNameChanges</function>.
|
||||
</para>
|
||||
|
||||
|
||||
<indexterm significance="preferred" zone="XkbGetNameChanges"><primary><function>XkbGetNameChanges</function></primary></indexterm>
|
||||
<funcsynopsis id="XkbGetNameChanges">
|
||||
<funcprototype>
|
||||
<funcdef>Status <function>XkbGetNameChanges</function></funcdef>
|
||||
<!-- (
|
||||
<parameter>dpy</parameter>,
|
||||
<parameter>xkb</parameter>,
|
||||
<parameter>changes</parameter>
|
||||
) -->
|
||||
|
||||
<paramdef>Display *<parameter>dpy</parameter></paramdef>
|
||||
<paramdef>XkbDescPtr <parameter>xkb</parameter></paramdef>
|
||||
<paramdef>XkbNameChangesPtr <parameter>changes</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>dpy</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
connection to the X server
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>xkb</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
keyboard description to which names are copied
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>changes</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
names components to be obtained from the server
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>
|
||||
<function>XkbGetNameChanges</function>
|
||||
examines the
|
||||
<parameter>changes</parameter>
|
||||
parameter, retrieves the necessary information from the server, and places the
|
||||
results into the
|
||||
<parameter>xkb</parameter>
|
||||
keyboard description.
|
||||
</para>
|
||||
|
||||
|
||||
<para>
|
||||
<function>XkbGetNameChanges</function>
|
||||
can generate
|
||||
<errorname>BadAlloc</errorname>,
|
||||
<errorname>BadImplementation</errorname>,
|
||||
and
|
||||
<errorname>BadMatch</errorname>
|
||||
errors.
|
||||
</para>
|
||||
|
||||
|
||||
</sect1>
|
||||
<sect1 id='Allocating_and_Freeing_Symbolic_Names'>
|
||||
<title>Allocating and Freeing Symbolic Names</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue