[Libreoffice-commits] online.git: loolwsd/protocol.txt

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu May 5 11:37:42 UTC 2016


 loolwsd/protocol.txt |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 83307291ec6c8f0f855481a04db41f2234376d38
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Thu May 5 07:06:23 2016 -0400

    Document id argument of tile and tilecombine
    
    Change-Id: Ia43ceae31936f68d2bed04b5291a25eeffc637b3
    Reviewed-on: https://gerrit.libreoffice.org/24676
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt
index 11b6677..4aa4a97 100644
--- a/loolwsd/protocol.txt
+++ b/loolwsd/protocol.txt
@@ -113,10 +113,15 @@ status
 
 styles
 
-tile part=<partNumber> width=<width> height=<height> tileposx=<xpos> tileposy=<ypos> tilewidth=<tileWidth> tileheight=<tileHeight> [timestamp=<time>]
+tile part=<partNumber> width=<width> height=<height> tileposx=<xpos> tileposy=<ypos> tilewidth=<tileWidth>
+tileheight=<tileHeight> [timestamp=<time>] [id=<id>]
 
     All parameters are numbers.
 
+    Note: id must be echoed back in the response verbatim. It is used
+    by Impress to render the slide thumbnails. It is only useful to
+    loleaflet and will break it if not returned in the response.
+
 tilecombine <parameters>
 
     Accept same parameters as 'tile' message except parameters 'tileposx' and 'tileposy'


More information about the Libreoffice-commits mailing list