window.c: Don't assume registry advertisement order
The toytoolkit assumes that wl_seats are advertised after wl_data_device_manager and creates a data_device during wl_seat registry binding. This patch removes this assumption by creating data_devices for all the wl_seats created up until then.
Fixes: #201 (closed)
Signed-off-by: Harish Krupo harishkrupo@gmail.com
Edited by Harish Krupo