loolwsd/protocol.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 56f292fcb875b703d94d5c2dbc757a8d9e0ea628 Author: Jan Holesovsky <[email protected]> Date: Tue Aug 4 20:42:27 2015 +0200 Document the timestamp= parameter in the protocol.txt. diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt index cd44358..10b17f9 100644 --- a/loolwsd/protocol.txt +++ b/loolwsd/protocol.txt @@ -34,7 +34,10 @@ load <pathname> Deprecated. -load url=<url> +load url=<url> [timestamp=<time>] + + timestamp is an optional parameter. <time> is provided in microseconds + since the Unix epoch - midnight, January 1, 1970. mouse type=<type> x=<x> y=<y> count=<count> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
