Skip to content

wayland: Drop HAVE_XSETIOERROREXITHANDLER checks

This define was dropped by commit 0e8aaebc (xwayland: Make XSetIOErrorExitHandler() mandatory), but some #ifdef checks were brought back by commit 36f30341 (wayland: Add a prepare-shutdown signal).

Since there's no define anymore in config.h, these pieces of code were unintentionally disabled, and a meta_get_display() call be also left over. Remove the ifdefs and update the code to build again.

Fixes: 36f30341 - wayland: Add a prepare-shutdown signal

Merge request reports