From 368cbf3985ef9c5cc65d3ab6cb1a03a1fd33a19e Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 19 Apr 2016 15:08:10 +0300 Subject: stable/viewporter: remove wp_viewport.set request Remove the old, redundant request. The new way is to call both wp_viewport.set_source and wp_viewport.set_destination when you want to set everything. Signed-off-by: Pekka Paalanen Reviewed-by: Yong Bakos Reviewed-by: Daniel Stone Reviewed-by: Derek Foreman Acked-by: Bryce Harrington --- stable/viewporter/viewporter.xml | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'stable') diff --git a/stable/viewporter/viewporter.xml b/stable/viewporter/viewporter.xml index 0e482a6..e4322bd 100644 --- a/stable/viewporter/viewporter.xml +++ b/stable/viewporter/viewporter.xml @@ -133,33 +133,6 @@ summary="negative or zero values in width or height"/> - - - Set both source rectangle and destination size of the associated - wl_surface. See wl_viewport for the description, and relation to - the wl_buffer size. - - The bad_value protocol error is raised if src_width or - src_height is negative, or if dst_width or dst_height is not - positive. - - The crop and scale state is double-buffered state, and will be - applied on the next wl_surface.commit. - - Arguments dst_x and dst_y do not exist here, use the x and y - arguments to wl_surface.attach. The x, y, dst_width, and dst_height - define the surface-local coordinate system irrespective of the - attached wl_buffer size. - - - - - - - - - - Set the source rectangle of the associated wl_surface. See -- cgit v1.2.3