Bugfix: correctly recognize assigned windows as urgent (Thanks jookia)
fixes #1086
This commit is contained in:
@ -61,6 +61,6 @@ void window_update_role(i3Window *win, xcb_get_property_reply_t *prop, bool befo
|
||||
* Updates the WM_HINTS (we only care about the input focus handling part).
|
||||
*
|
||||
*/
|
||||
void window_update_hints(i3Window *win, xcb_get_property_reply_t *prop);
|
||||
void window_update_hints(i3Window *win, xcb_get_property_reply_t *prop, bool *urgency_hint);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user