From f745befc06b07c3835d20f6143668f23da25d318 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 27 Oct 2018 11:59:27 +0200 Subject: xwayland: fix typo to enable transparency We spent literally hours trying to debug this. Turns out it's a typo. Kill me. --- xwayland/xwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xwayland') diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 56c0853f..c61c3ced 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -28,7 +28,7 @@ const char *atom_map[ATOM_LAST] = { "UTF8_STRING", "WM_S0", "_NET_SUPPORTED", - "_NET_WM_S0", + "_NET_WM_CM_S0", "_NET_WM_PID", "_NET_WM_NAME", "_NET_WM_STATE", @@ -1532,7 +1532,7 @@ static void xwm_create_wm_window(struct wlr_xwm *xwm) { xcb_set_selection_owner(xwm->xcb_conn, xwm->window, - xwm->atoms[NET_WM_S0], + xwm->atoms[NET_WM_CM_S0], XCB_CURRENT_TIME); } -- cgit v1.2.3