diff options
author | Adam Jackson <ajax@redhat.com> | 2018-08-07 15:40:13 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-09-28 16:25:17 -0400 |
commit | 03b2125005b1c8d4eb62a4173a74458bbe72807b (patch) | |
tree | 6f5cf65b4d9c53e9e330d19464f29f774b4a0c5f /doc | |
parent | a23eba2a91024d27da45e5aee1f4215f7ec2ae82 (diff) |
dix: Remove LegalModifier()
This hasn't done anything besides return TRUE in a long long time.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Xserver-spec.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/Xserver-spec.xml b/doc/Xserver-spec.xml index a022484ba..c89ec527c 100644 --- a/doc/Xserver-spec.xml +++ b/doc/Xserver-spec.xml @@ -1782,18 +1782,6 @@ maintains the client's changes to it. The X protocol defines standard names to indicate the symbol(s) printed on each keycap. (See X11/keysym.h) </para> -<para> -Legal modifier keys must generate both up and down transitions. When -a client tries to change a modifier key (for instance, to make "A" the -"Control" key), DIX calls the following routine, which should return -TRUE if the key can be used as a modifier on the given device: -<blockquote><programlisting> - - Bool LegalModifier(key, pDev) - unsigned int key; - DevicePtr pDev; -</programlisting></blockquote> -</para> </section> </section> <section> @@ -4998,7 +4986,6 @@ mi and fb implementations.</para> <row><entry><function>InstallColormap</function></entry><entry><literal>ddx</literal></entry><entry><para>Screen</para></entry></row> <row><entry><function>Intersect</function></entry><entry><literal>mi</literal></entry><entry><para>Screen</para></entry></row> <row><entry><function>Inverse</function></entry><entry><literal>mi</literal></entry><entry><para>Screen</para></entry></row> -<row><entry><function>LegalModifier</function></entry><entry><literal>hd</literal></entry><entry><para></para></entry></row> <row><entry><function>LineHelper</function></entry><entry><literal>mi</literal></entry><entry><para>GC op</para></entry></row> <row><entry><function>ListInstalledColormaps</function></entry><entry><literal>ddx</literal></entry><entry><para>Screen</para></entry></row> <row><entry><function>LookupKeyboardDevice</function></entry><entry><literal>dix</literal></entry><entry><para></para></entry></row> |