summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2022-01-26 08:54:39 +0000
committerMike Gorse <mgorse@suse.com>2022-01-26 08:54:39 +0000
commitff985baed11cfb157358ea44db1e648bbaafeceb (patch)
tree126eec5bb7857d1473c0190c7ad8cc99327020de
parent158f531f6c89f71fe6c62e872fcb871359c9cf0b (diff)
parentb46f37bc77ea7e5ee54cafda03d7badcde324625 (diff)
downloadat-spi2-core-ff985baed11cfb157358ea44db1e648bbaafeceb.tar.gz
Merge branch 'force-modifier-poll' into 'master'
registryd: force polling for modifier state See merge request GNOME/at-spi2-core!71
-rw-r--r--registryd/deviceeventcontroller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/registryd/deviceeventcontroller.c b/registryd/deviceeventcontroller.c
index 0e54357f..8a321adc 100644
--- a/registryd/deviceeventcontroller.c
+++ b/registryd/deviceeventcontroller.c
@@ -1698,6 +1698,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;
}