summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-05 11:57:25 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-09 10:16:14 +0100
commitf1e98339844c7b9e8f6af601f317a48eef505abd (patch)
tree66432ca6406fed84bd915f08bfcc92216fe2944d /include
parent233fdd99f27ccdb1e31561b4093c68007549a5b5 (diff)
lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handling
No markers yet, but we're aware of the selection rectangle at least. Change-Id: I92d3fc62d066e401ad19107fbbd414b1b9b26125
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index c98b61271691..595f888b287e 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -58,6 +58,7 @@ struct _LOKDocView
GdkRectangle m_aTextSelectionStart;
/// Position and size of the selection end.
GdkRectangle m_aTextSelectionEnd;
+ GdkRectangle m_aGraphicSelection;
/// @name Start/middle/end handle.
///@{