Skip to content

Introudce a Display::stop method

David Edmundson requested to merge work/display_stop into master

This will allow us to stop clients before termination, to get a better order.

Calling wl_display_destroy_clients a second time in the destructor no-ops if this is done already.

Merge request reports