From 21af7ed50479037d9574d5a8061b4ca98065c702 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Toma=C5=BE=20Vajngerl?= <tomaz.vajngerl@collabora.com>
Date: Sun, 1 Nov 2015 22:37:12 +0100
Subject: [PATCH 252/398] add LOKit interface missing description
Change-Id: Ia9e33704cfffd2094606e6fd166796bd8cd5d4fe
(cherry picked from commit 3d34594138c42ec4b253a25c403ef9346265a28f)
---
include/LibreOfficeKit/LibreOfficeKit.hxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 0e83a63c3fe5..6673cd731eb7 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -129,8 +129,7 @@ public:
* @param nTileWidth logical width of the rendered rectangle, in TWIPs.
* @param nTileHeight logical height of the rendered rectangle, in TWIPs.
*/
- inline void paintTile(
- unsigned char* pBuffer,
+ inline void paintTile(unsigned char* pBuffer,
const int nCanvasWidth,
const int nCanvasHeight,
const int nTilePosX,
@@ -192,6 +191,8 @@ public:
* @param nX horizontal position in document coordinates
* @param nY vertical position in document coordinates
* @param nCount number of clicks: 1 for single click, 2 for double click
+ * @param nButtons: which mouse buttons: 1 for left, 2 for middle, 4 right
+ * @param nModifier: which keyboard modifier: (see include/rsc/rsc-vcl-shared-types.hxx for possible values)
*/
inline void postMouseEvent(int nType, int nX, int nY, int nCount, int nButtons, int nModifier)
{
--
2.12.0