Hi All, A small patch to fix a grammar mistake in the docs.
Cheers, devilhorns
>From 5b8fac0899cc3ca9db953d455594b6cafb8cd2d8 Mon Sep 17 00:00:00 2001 From: Christopher Michael <[email protected]> Date: Sat, 11 Aug 2012 15:35:47 +0100 Subject: [PATCH 2/2] Fix grammar in the rendering section. Upon reading some docs, I found a small grammar mistake in the rendering section. This patch fixes that. --- doc/Wayland/en_US/Architecture.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/Wayland/en_US/Architecture.xml b/doc/Wayland/en_US/Architecture.xml index a982176..d5488b8 100644 --- a/doc/Wayland/en_US/Architecture.xml +++ b/doc/Wayland/en_US/Architecture.xml @@ -255,7 +255,7 @@ <para> In either case, the application must tell the compositor which area of the surface holds new contents. When the - application renders directly the to shared buffer, the + application renders directly to the shared buffer, the compositor needs to be noticed that there is new content. But also when exchanging buffers, the compositor doesn't assume anything changed, and needs a request from the -- 1.7.8.6
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
