From e220327223b8ee6dc29b4bc633fdd764a10587a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Sun, 3 Jun 2012 10:32:48 -0400 Subject: [PATCH] xwm: Initialize X selection on X server startup This way an already existing wayland selection will be available on launch. --- src/xwayland/selection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xwayland/selection.c b/src/xwayland/selection.c index 83ea2b3..f10032e 100644 --- a/src/xwayland/selection.c +++ b/src/xwayland/selection.c @@ -683,4 +683,6 @@ weston_wm_selection_init(struct weston_wm *wm) seat = &wm->server->compositor->seat->seat; wm->selection_listener.notify = weston_wm_set_selection; wl_signal_add(&seat->selection_signal, &wm->selection_listener); + + weston_wm_set_selection(&wm->selection_listener, seat); } -- 2.7.4