From 7fca2ad2d87ffae1c20575974fc8bb56d40b1b88 Mon Sep 17 00:00:00 2001 From: laur89 Date: Sat, 20 Jun 2020 01:46:02 +0200 Subject: [PATCH] window-icons patch: update handlers.c --- window-icons/window-icons.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/window-icons/window-icons.patch b/window-icons/window-icons.patch index e25ea93..972a235 100644 --- a/window-icons/window-icons.patch +++ b/window-icons/window-icons.patch @@ -132,10 +132,10 @@ diff -ruN a/src/handlers.c b/src/handlers.c /* @@ -1318,6 +1332,7 @@ - property_handlers[8].atom = A__NET_WM_STRUT_PARTIAL; property_handlers[9].atom = A__NET_WM_WINDOW_TYPE; - property_handlers[10].atom = A__MOTIF_WM_HINTS; -+ property_handlers[11].atom = A__NET_WM_ICON; + property_handlers[10].atom = A_I3_FLOATING_WINDOW; + property_handlers[11].atom = A__MOTIF_WM_HINTS; ++ property_handlers[12].atom = A__NET_WM_ICON; } static void property_notify(uint8_t state, xcb_window_t window, xcb_atom_t atom) {