Skip to content

Commit

Permalink
window-icons patch: update handlers.c
Browse files Browse the repository at this point in the history
  • Loading branch information
laur89 authored Jun 19, 2020
1 parent 85410c9 commit 7fca2ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions window-icons/window-icons.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7fca2ad

Please sign in to comment.