mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
protocol: allow to send a zero physical output size
Physical size doesn't always make sense for all outputs. In case it's not available or not relevant, allow compositors to send zero. Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: Jonas Ådahl <jadahl@gmail.com> Acked-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
parent
4cc1c1519a
commit
504db9d8e5
1 changed files with 3 additions and 0 deletions
|
|
@ -2399,6 +2399,9 @@
|
||||||
The geometry event describes geometric properties of the output.
|
The geometry event describes geometric properties of the output.
|
||||||
The event is sent when binding to the output object and whenever
|
The event is sent when binding to the output object and whenever
|
||||||
any of the properties change.
|
any of the properties change.
|
||||||
|
|
||||||
|
The physical size can be set to zero if it doesn't make sense for this
|
||||||
|
output (e.g. for projectors or virtual outputs).
|
||||||
</description>
|
</description>
|
||||||
<arg name="x" type="int"
|
<arg name="x" type="int"
|
||||||
summary="x position within the global compositor space"/>
|
summary="x position within the global compositor space"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue