diff options
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-27 15:46:22 +0300 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-27 15:46:22 +0300 |
commit | ca3626074a91a7fc7bb6531b446e0a4df0cf6ad0 (patch) | |
tree | d5e91bc01206048a2326f177c37ebc005db9b827 /protocol | |
parent | 434cc234268c5ffc8e7fa7d672feafe8c987c5ef (diff) |
protocol: fix a wrong word in wl_viewport.set_source
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>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/scaler.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/scaler.xml b/protocol/scaler.xml index e21ae5b0..9642af2c 100644 --- a/protocol/scaler.xml +++ b/protocol/scaler.xml @@ -168,7 +168,7 @@ 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. |