mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-29 02:10:11 +01:00
presentation-time: finish stabilization
Rename interfaces and the protocol to follow the policy. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
95e7f445ed
commit
10ae82c41a
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<protocol name="presentation_timing">
|
||||
<protocol name="presentation_time">
|
||||
<!-- wrap:70 -->
|
||||
|
||||
<copyright>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
DEALINGS IN THE SOFTWARE.
|
||||
</copyright>
|
||||
|
||||
<interface name="presentation" version="1">
|
||||
<interface name="wp_presentation" version="1">
|
||||
<description summary="timed presentation related wl_surface requests">
|
||||
|
||||
<!-- Introduction -->
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
<arg name="surface" type="object" interface="wl_surface"
|
||||
summary="target surface"/>
|
||||
<arg name="callback" type="new_id" interface="presentation_feedback"
|
||||
<arg name="callback" type="new_id" interface="wp_presentation_feedback"
|
||||
summary="new feedback object"/>
|
||||
</request>
|
||||
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
|
||||
</interface>
|
||||
|
||||
<interface name="presentation_feedback" version="1">
|
||||
<interface name="wp_presentation_feedback" version="1">
|
||||
<description summary="presentation time feedback event">
|
||||
A presentation_feedback object returns an indication that a
|
||||
wl_surface content update has become visible to the user.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue