Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
laur89 authored and Laur Aliste committed Jan 29, 2021
1 parent d0edc41 commit 60297f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window-icons/window-icons.patch
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ diff -ruN a/src/handlers.c b/src/handlers.c
* be found), true otherwise */
typedef bool (*cb_property_handler_t)(void *data, xcb_connection_t *c, uint8_t state, xcb_window_t window, xcb_atom_t atom, xcb_get_property_reply_t *property);
@@ -1296,7 +1309,8 @@
{0, 128, handle_class_change},
{0, UINT_MAX, handle_strut_partial_change},
{0, UINT_MAX, handle_window_type},
{0, UINT_MAX, handle_i3_floating},
- {0, 5 * sizeof(uint64_t), handle_motif_hints_change}};
+ {0, 5 * sizeof(uint64_t), handle_motif_hints_change},
+ {0, UINT_MAX, handle_windowicon_change}};
Expand Down

0 comments on commit 60297f3

Please sign in to comment.