summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit/LibreOfficeKitGtk.h
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-10 10:53:28 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:03 +0100
commitb2355ed71d1cacff6a27749f66d1fe973105186f (patch)
tree786378032917d52c8469e54df93fe4b97a00b271 /include/LibreOfficeKit/LibreOfficeKitGtk.h
parentlokdocview: use lok::Document::setGraphicSelection() (diff)
downloadcore-b2355ed71d1cacff6a27749f66d1fe973105186f.tar.gz
core-b2355ed71d1cacff6a27749f66d1fe973105186f.zip
lokdocview: implement move of images
It's the same as resizing, except that the action starts inside the graphic selection, but not over any handles. Change-Id: Ie2465fc4534d2d919ccb0f316874477f02a5d103
Diffstat (limited to 'include/LibreOfficeKit/LibreOfficeKitGtk.h')
-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 d83dbd28e804..a67c841fd340 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -59,6 +59,7 @@ struct _LOKDocView
/// Position and size of the selection end.
GdkRectangle m_aTextSelectionEnd;
GdkRectangle m_aGraphicSelection;
+ gboolean m_bInDragGraphicSelection;
/// @name Start/middle/end handle.
///@{