Skip to content

xwayland: Fix initialization of WM_S0 selection owner

Vlad Zahorodnii requested to merge work/xwayland-selection-owner into master

The selection owner must live as long as the X11 connection is valid; otherwise Xwayland won't catch the corresponding selection ownership change event, and the initialization sequence will be incomplete.

Merge request reports