mirror of
https://github.com/brl/mutter.git
synced 2025-02-19 14:44:10 +00:00
remote-desktop: Fix typo in API description
For NotifyKeyboardKeycode() the API user submits keycodes instead of keysyms. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1732>
This commit is contained in:
parent
c90690c46d
commit
ff48f6c26b
@ -81,7 +81,7 @@
|
|||||||
<!--
|
<!--
|
||||||
NotifyKeyboardKeycode:
|
NotifyKeyboardKeycode:
|
||||||
|
|
||||||
A key identified by a keysym was pressed or released
|
A key identified by a keycode was pressed or released
|
||||||
-->
|
-->
|
||||||
<method name="NotifyKeyboardKeycode">
|
<method name="NotifyKeyboardKeycode">
|
||||||
<arg name="keycode" type="u" direction="in" />
|
<arg name="keycode" type="u" direction="in" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user