summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-04-23 10:23:48 -0400
committerAshod Nakashian <ashnakash@gmail.com>2016-05-08 17:43:01 +0000
commitdc464bdb08cf6a3a3b118245b6eecbda5e94fb42 (patch)
treeda4ea4986f5ce29bdb23687c24fe00eba24e0f79 /desktop/inc
parentcppcheck: fix some redundantAssignment reports (diff)
downloadcore-dc464bdb08cf6a3a3b118245b6eecbda5e94fb42.tar.gz
core-dc464bdb08cf6a3a3b118245b6eecbda5e94fb42.zip
Desktop compresses mouse pointer notifications
Change-Id: Id76f4e2952c4c551b626d094c11eb3339d76e50c Reviewed-on: https://gerrit.libreoffice.org/24319 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 7c01cf652850a8b8d3fd5ef6eb0a12ca6e725943) Reviewed-on: https://gerrit.libreoffice.org/24379 Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/lib/init.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index b8878076b7f5..df065d767dca 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -42,6 +42,7 @@ namespace desktop {
m_states.emplace(LOK_CALLBACK_TEXT_SELECTION, "NIL");
m_states.emplace(LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR, "NIL");
m_states.emplace(LOK_CALLBACK_STATE_CHANGED, "NIL");
+ m_states.emplace(LOK_CALLBACK_MOUSE_POINTER, "NIL");
Start();
}