From be77714263eff4a6e60d192bd87dc5309a23fae0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 10 Feb 2015 18:19:32 +0100 Subject: lokdocview: allow dragging the selection end handle Change-Id: I977e93657c52a66f10762293835ead28451b5406 --- include/LibreOfficeKit/LibreOfficeKitGtk.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index 95288cd9557b..40ce630dad72 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -66,6 +66,10 @@ struct _LOKDocView gboolean m_bInDragMiddleHandle; /// Bitmap of the text selection end handle. cairo_surface_t* m_pHandleEnd; + /// Rectangle of the text selection end handle, to know if the user clicked on it or not + GdkRectangle m_aHandleEndRect; + /// If we are in the middle of a drag of the text selection end handle. + gboolean m_bInDragEndHandle; }; struct _LOKDocViewClass -- cgit v1.2.3