|
|
|
@ -45,7 +45,7 @@ |
|
|
|
|
|
|
|
|
|
ARBITRARY_MODE: |
|
|
|
|
This is a hint to the client that indicates that the compositor is |
|
|
|
|
capable of setting practially any mode on its outputs. If this |
|
|
|
|
capable of setting practically any mode on its outputs. If this |
|
|
|
|
capability is provided, wl_fullscreen_shell.present_surface_for_mode |
|
|
|
|
will almost never fail and clients should feel free to set whatever |
|
|
|
|
mode they like. If the compositor does not advertise this, it may |
|
|
|
@ -72,9 +72,9 @@ |
|
|
|
|
When the wl_fullscreen_shell interface is bound, this event is emitted |
|
|
|
|
once for each capability advertised. Valid capabilities are given by |
|
|
|
|
the wl_fullscreen_shell.capability enum. If clients want to take |
|
|
|
|
advantage of any of these capabilities, they sould use a |
|
|
|
|
wl_display.sync request immediatly after binding to ensure that they |
|
|
|
|
recieve all the capability events. |
|
|
|
|
advantage of any of these capabilities, they should use a |
|
|
|
|
wl_display.sync request immediately after binding to ensure that they |
|
|
|
|
receive all the capability events. |
|
|
|
|
</description> |
|
|
|
|
<arg name="capabilty" type="uint"/> |
|
|
|
|
</event> |
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
|
outputs. |
|
|
|
|
|
|
|
|
|
The method parameter is a hint to the compositor for how the surface |
|
|
|
|
is to be presented. In particular, it tells the compostior how to |
|
|
|
|
is to be presented. In particular, it tells the compositor how to |
|
|
|
|
handle a size mismatch between the presented surface and the |
|
|
|
|
output. The compositor is free to ignore this parameter. |
|
|
|
|
|
|
|
|
|