protocol: Improve a bit of grammar for wl_surface::attach description

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
Bryce W. Harrington 2013-08-09 17:44:59 +00:00 committed by Kristian Høgsberg
parent 4ad58fbb4a
commit f169614738

View File

@ -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>