diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-27 09:34:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-09 08:09:22 +0100 |
commit | 31ce5f4b1961258a88f4cc5fa9c0a88d02c14b47 (patch) | |
tree | f944a67029ce8ea1591f76158f3949f85bb83177 /include | |
parent | ec170c92c61fbe043b5a8848402f5ded33b81c21 (diff) |
lokdocview: initial overlay on top of the tiles
It currently contains a non-blinking cursor caret in case at least one
character is typed.
Change-Id: I476bb1e8434a5df8c97054d670d68bc79721914e
Diffstat (limited to 'include')
-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 eedd2de63fb6..0178043c668a 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -42,6 +42,8 @@ struct _LOKDocView LibreOfficeKitDocument* pDocument; /// View or edit mode. gboolean m_bEdit; + /// Position and size of the visible cursor. + GdkRectangle m_aVisibleCursor; }; struct _LOKDocViewClass |