summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-06 12:12:44 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-09 08:12:13 +0100
commitc0a185ed1d535b49e20b6ed7ca52bacdb7a457aa (patch)
tree1c2fb86ba224a68a797e7b99dea0322ac70458bf /include
parent1b15f4863e6d4b0a280ccd61713cbb1209ffe33e (diff)
lokdocview: implement selection overlay using LOK_CALLBACK_TEXT_SELECTION
Change-Id: I59cb870973ea4e2fda816b15ae7d9a53a4624e8d
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 934d55acc748..def92f9e0e22 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -50,6 +50,8 @@ struct _LOKDocView
guint32 m_nLastButtonPressTime;
/// Time of the last button release.
guint32 m_nLastButtonReleaseTime;
+ /// Rectangles of the current text selection.
+ GList* m_pTextSelectionRectangles;
};
struct _LOKDocViewClass