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:
Jasper St. Pierre 2014-03-01 14:12:54 -05:00
parent 4a3ad9c3af
commit 9b097eb4d8

View File

@ -1450,6 +1450,8 @@ clutter_evdev_reclaim_devices (void)
libinput_resume (priv->libinput);
process_events (manager_evdev);
priv->released = FALSE;
}
/**