summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.c
diff options
context:
space:
mode:
Diffstat (limited to 'registryd/deviceeventcontroller.c')
-rw-r--r--registryd/deviceeventcontroller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/registryd/deviceeventcontroller.c b/registryd/deviceeventcontroller.c
index 942f383b..a85401c9 100644
--- a/registryd/deviceeventcontroller.c
+++ b/registryd/deviceeventcontroller.c
@@ -1675,6 +1675,7 @@ impl_get_device_event_listeners (DBusConnection *bus,
static unsigned
get_modifier_state (SpiDEController *controller)
{
+ spi_dec_poll_mouse_moved (controller);
return mouse_mask_state;
}