diff options
author | Bryce W. Harrington <b.harrington@samsung.com> | 2013-08-09 17:44:59 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-08-12 21:25:48 -0700 |
commit | f1696147381ac7f2977a5a0882a848d61074304a (patch) | |
tree | 0f403feb7a0159a110a6d72466ca3cc34bb26ea3 /protocol | |
parent | 4ad58fbb4a8eaa1852326df6cf71ad6e60dd891f (diff) |
protocol: Improve a bit of grammar for wl_surface::attach description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 8619e91..d7bbbb9 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1015,10 +1015,10 @@ Destroying the wl_buffer after wl_buffer.release does not change the surface contents. However, if the client destroys the - wl_buffer before receiving wl_buffer.release, the surface + wl_buffer before receiving the wl_buffer.release event, the surface contents become undefined immediately. - Only if wl_surface.attach is sent with a NULL wl_buffer, the + If wl_surface.attach is sent with a NULL wl_buffer, the following wl_surface.commit will remove the surface content. </description> |