From 041e8ff1256a0d25e8365caebb08b2660f531105 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 30 Dec 2016 14:07:19 -0500 Subject: [PATCH] Drop manual positioning --- unstable/surface-layers.xml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/unstable/surface-layers.xml b/unstable/surface-layers.xml index de784b9..28ee777 100644 --- a/unstable/surface-layers.xml +++ b/unstable/surface-layers.xml @@ -105,24 +105,12 @@ - - - Sets the position of the surface in the layer in the wl_output's - physical hardware coordinates (that is, within the range of 0 to the - width of the wl_output given by wl_output.mode, inclusive). The size of - the surface is taken from the size of the attached buffer. - - - - - - You may use these anchor points to attach your surface to the corner of - an output instead of manually positioning it. + Specifies the corners and edges of an output that you may anchor the + surface to. - @@ -135,9 +123,8 @@ - Instead of using manual positioning, you may set an anchor point to have - the surface positioned in the specified corner of the output. This - setting overrides the values given via set_position. + Requests that the compositor anchor the surface to the specified corner + or edge.