mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-23 05:35:51 -04:00
protocol: frame requests are a set not a queue
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
fa1811ce3e
commit
1554c71793
1 changed files with 5 additions and 0 deletions
|
|
@ -1588,6 +1588,11 @@
|
|||
surface is not visible in any way, e.g. the surface is off-screen,
|
||||
or completely obscured by other opaque surfaces.
|
||||
|
||||
When a frame request is signaled, all other not-yet-signaled frame
|
||||
requests from applied content updates of the surface are also signaled.
|
||||
Clients should therefore only submit a single frame request for a
|
||||
surface at a time.
|
||||
|
||||
The object returned by this request will be destroyed by the
|
||||
compositor after the callback is fired and as such the client must not
|
||||
attempt to use it after that point.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue