device-manager-evdev: Make sure to reset released when reclaiming devices
Otherwise, Clutter will tell us that we forgot to call reclaim_devices the next time we call release_devices... but we didn't!
This commit is contained in:
parent
4a3ad9c3af
commit
9b097eb4d8
@ -1450,6 +1450,8 @@ clutter_evdev_reclaim_devices (void)
|
||||
|
||||
libinput_resume (priv->libinput);
|
||||
process_events (manager_evdev);
|
||||
|
||||
priv->released = FALSE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user