xdg-shell: Remove "edges" from description
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 10 Feb 2014 18:21:45 +0000 (13:21 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 18 Feb 2014 22:08:05 +0000 (14:08 -0800)
The parameter was dropped...

protocol/xdg-shell.xml

index ef755b7..3fb4b0c 100644 (file)
        ignore it if it doesn't resize, pick a smaller size (to
        satisfy aspect ratio or resize in steps of NxM pixels).
 
-       The edges parameter provides a hint about how the surface
-       was resized. The client may use this information to decide
-       how to adjust its content to the new size (e.g. a scrolling
-       area might adjust its content position to leave the viewable
-       content unmoved). Valid edge values are from resize_edge enum.
-
        The client is free to dismiss all but the last configure
        event it received.