mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add origin information to output.geometry event
This commit is contained in:
parent
aa82767c98
commit
f8fc08f771
4 changed files with 9 additions and 5 deletions
|
|
@ -378,6 +378,8 @@
|
|||
<interface name="output" version="1">
|
||||
<!-- Notification about the screen size. -->
|
||||
<event name="geometry">
|
||||
<arg name="x" type="int"/>
|
||||
<arg name="y" type="int"/>
|
||||
<arg name="width" type="int"/>
|
||||
<arg name="height" type="int"/>
|
||||
</event>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue