mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Fix typo in RemoteDesktop dbus api
https://gitlab.gnome.org/GNOME/mutter/merge_requests/586
This commit is contained in:
parent
9305b6d8ee
commit
deef9960a4
@ -121,6 +121,7 @@
|
|||||||
<arg name="dy" type="d" direction="in" />
|
<arg name="dy" type="d" direction="in" />
|
||||||
<arg name="flags" type="u" direction="in" />
|
<arg name="flags" type="u" direction="in" />
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
NotifyPointerAxisDiscrete:
|
NotifyPointerAxisDiscrete:
|
||||||
|
|
||||||
@ -134,7 +135,7 @@
|
|||||||
<!--
|
<!--
|
||||||
NotifyPointerMotionRelative:
|
NotifyPointerMotionRelative:
|
||||||
|
|
||||||
A absolute pointer motion event notification
|
A relative pointer motion event notification
|
||||||
-->
|
-->
|
||||||
<method name="NotifyPointerMotionRelative">
|
<method name="NotifyPointerMotionRelative">
|
||||||
<arg name="dx" type="d" direction="in" />
|
<arg name="dx" type="d" direction="in" />
|
||||||
|
Loading…
Reference in New Issue
Block a user