diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-06 12:45:13 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-09 15:04:24 +0800 |
commit | 06fc2c1e57b0601196efcf736f1f447a50ff1124 (patch) | |
tree | 877ff9ec26efc19abd08dea4548e5b975e2de4a4 /unstable/presentation-timing | |
parent | a3023a86ab42b0e6fb89a1e0856a73fa5f753ae1 (diff) | |
download | wayland-protocols-06fc2c1e57b0601196efcf736f1f447a50ff1124.tar.xz |
Change all of the zwl_ prefixed protocols to use the zwp_ prefix
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'unstable/presentation-timing')
-rw-r--r-- | unstable/presentation-timing/presentation-timing-unstable-v1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unstable/presentation-timing/presentation-timing-unstable-v1.xml b/unstable/presentation-timing/presentation-timing-unstable-v1.xml index cdeab35..3fa7e83 100644 --- a/unstable/presentation-timing/presentation-timing-unstable-v1.xml +++ b/unstable/presentation-timing/presentation-timing-unstable-v1.xml @@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE. </copyright> - <interface name="zwl_presentation1" version="1"> + <interface name="zwp_presentation1" version="1"> <description summary="timed presentation related wl_surface requests"> <!-- Introduction --> @@ -97,7 +97,7 @@ <arg name="surface" type="object" interface="wl_surface" summary="target surface"/> - <arg name="callback" type="new_id" interface="zwl_presentation_feedback1" + <arg name="callback" type="new_id" interface="zwp_presentation_feedback1" summary="new feedback object"/> </request> @@ -141,7 +141,7 @@ </interface> - <interface name="zwl_presentation_feedback1" version="1"> + <interface name="zwp_presentation_feedback1" 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. |