[PATCH] Documentation for the prepare_lock_surface event description, is incorrect

Christopher Michael cpmichael at osg.samsung.com
Thu Jul 9 10:07:10 PDT 2015


Documentation for the prepare_lock_surface event description
  is incorrect as it says to "tell the client to create..." however it is
  actually the shell which creates the lock surface.


Signed-off-by: Chris Michael <cp.michael at samsung.com>
---
  protocol/desktop-shell.xml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/desktop-shell.xml b/protocol/desktop-shell.xml
index fb0b748..147e50d 100644
--- a/protocol/desktop-shell.xml
+++ b/protocol/desktop-shell.xml
@@ -43,7 +43,7 @@
      </event>

      <event name="prepare_lock_surface">
-      <description summary="tell the client to create, set the lock 
surface">
+      <description summary="tell the shell to create, set the lock 
surface">
  	Tell the shell we want it to create and set the lock surface, which is
  	a GUI asking the user to unlock the screen. The lock surface is
  	announced with 'set_lock_surface'. Whether or not the shell actually
-- 
2.4.4


More information about the wayland-devel mailing list