From 627bd435103462bd08337754c13990270fa428b3 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 26 Mar 2020 13:45:20 +0100 Subject: xcb: Ask for focus where possible Signed-off-by: Quentin Glidic --- include/xcb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xcb.h') diff --git a/include/xcb.h b/include/xcb.h index 9feac25d..d811a2c7 100644 --- a/include/xcb.h +++ b/include/xcb.h @@ -84,6 +84,7 @@ void window_set_atom_prop ( xcb_window_t w, xcb_atom_t prop, xcb_atom_t *atoms, X ( WM_WINDOW_ROLE ), \ X ( _XROOTPMAP_ID ), \ X ( _MOTIF_WM_HINTS ), \ + X ( WM_TAKE_FOCUS ), \ X ( ESETROOT_PMAP_ID ) /** enumeration of the atoms. */ -- cgit v1.2.3