diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-27 14:36:12 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-09 08:09:25 +0100 |
commit | 4c51ea9c0524cc2656c05e1f2537f85f4ce9d00b (patch) | |
tree | 2d172ac8a70fa5b2400372dca9238a0321f683d0 /include | |
parent | b83b96c41c1a7102db0c80e10f737d906e2cc45d (diff) |
lokdocview: let the cursor blink
Change-Id: I935fe7f09a5a6efcbfd246b0f24eba5226f61fb2
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 0178043c668a..7313215eb1b4 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -44,6 +44,8 @@ struct _LOKDocView gboolean m_bEdit; /// Position and size of the visible cursor. GdkRectangle m_aVisibleCursor; + /// Cursor is visible or hidden (for blinking). + gboolean m_bCursorVisible; }; struct _LOKDocViewClass |