aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-02-17 16:44:40 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-03-01 11:19:10 +0200
commit10ae82c41a58f0c53ea1cba4225006c1f003eb14 (patch)
tree2696c37e9abbb37f084fb9e09655311f9b06fd2c
parent95e7f445edbc8ea52b6f4d22ae1ee514b2323895 (diff)
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>
-rw-r--r--stable/presentation-time/presentation-time.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/stable/presentation-time/presentation-time.xml b/stable/presentation-time/presentation-time.xml
index 10a5f14..dc4ae68 100644
--- a/stable/presentation-time/presentation-time.xml
+++ b/stable/presentation-time/presentation-time.xml
@@ -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.