wsd/protocol.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 5da818c033c1f03045c0eabbf47038b31eca4a5d Author: Tamás Zolnai <[email protected]> Date: Wed Apr 11 19:22:56 2018 +0200 Update documentation for invalidatecursor callback Change-Id: I538a0894c024f6a30baa178fa81071af528f1cfb Reviewed-on: https://gerrit.libreoffice.org/52739 Reviewed-by: Tamás Zolnai <[email protected]> Tested-by: Tamás Zolnai <[email protected]> diff --git a/wsd/protocol.txt b/wsd/protocol.txt index 1f5f2bb97..1697a8de4 100644 --- a/wsd/protocol.txt +++ b/wsd/protocol.txt @@ -376,7 +376,8 @@ message as documented above.) For instance: invalidatecursor: <payload> - The payload contains a rectangle describing the cursor position. + The payload contains a rectangle describing the cursor position + and the id of the view which triggered the invalidation. JSON payload. The communication between the parent process (the one keeping open the Websocket connections to the clients) and a child process (handling _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
