protocol: fix a wrong word in wl_viewport.set_source
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Wed, 27 Aug 2014 12:46:22 +0000 (15:46 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Wed, 27 Aug 2014 12:46:22 +0000 (15:46 +0300)
Obvious this affects the source, not destination.

Reported-by: Jasper St. Pierre <jstpierre@mecheye.net>
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
protocol/scaler.xml

index e21ae5b..9642af2 100644 (file)
        wl_viewport for the description, and relation to the wl_buffer
        size.
 
-       If width is -1.0 and height is -1.0, the destination size is unset
+       If width is -1.0 and height is -1.0, the source rectangle is unset
        instead. Any other pair of values for width and height that
        contains zero or negative values raises the bad_value protocol
        error.