summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-08-09 17:44:59 +0000
committerKristian Høgsberg <krh@bitplanet.net>2013-08-20 16:23:46 -0700
commit1f5698b173ce643910e75518fd32ff2d91239c79 (patch)
tree2c996e398e33664549a3a2d9071b8a492bca9b73
parentprotocol: Fix pluralization of user in popup_done description (diff)
downloadwayland-1f5698b173ce643910e75518fd32ff2d91239c79.tar
wayland-1f5698b173ce643910e75518fd32ff2d91239c79.tar.gz
wayland-1f5698b173ce643910e75518fd32ff2d91239c79.tar.bz2
wayland-1f5698b173ce643910e75518fd32ff2d91239c79.tar.lz
wayland-1f5698b173ce643910e75518fd32ff2d91239c79.tar.xz
wayland-1f5698b173ce643910e75518fd32ff2d91239c79.tar.zst
wayland-1f5698b173ce643910e75518fd32ff2d91239c79.zip
protocol: Improve a bit of grammar for wl_surface::attach description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--protocol/wayland.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index ce0bfa0..643995d 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -952,10 +952,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>