perceptia / skylane

98 stars 2 forks source link

Bundle::get_next_available_client_object_id may return wrong IDs #2

Open proton-decay opened 7 years ago

proton-decay commented 7 years ago

Implementation of Bundle::get_next_available_client_object_id is naive and invalid. Check how it is implemented in libwayland and do the same here for compability. Bundle::get_next_available_server_object_id probably also need a change.