diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-05 14:15:54 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-09 10:16:14 +0100 |
commit | 3851bd7332e00c0719ad65b012c33946b19af604 (patch) | |
tree | f2105d6ab80d5c5ea21eefcabe50406471188809 /include/LibreOfficeKit | |
parent | f1e98339844c7b9e8f6af601f317a48eef505abd (diff) |
lokdocview: render graphic selection handles
Change-Id: I8c1331c32baf92b077f45678929df0e4cf185774
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index 595f888b287e..ae0aa0e5b5ac 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -81,6 +81,8 @@ struct _LOKDocView /// If we are in the middle of a drag of the text selection end handle. gboolean m_bInDragEndHandle; ///@} + + cairo_surface_t* m_pGraphicHandle; }; struct _LOKDocViewClass |