]> git.sur5r.net Git - i3/i3/blob - include/window.h
Re-implement support for the urgency hint, extend t/13-urgent.t
[i3/i3] / include / window.h
1 #ifndef _WINDOW_H
2 #define _WINDOW_H
3
4 void window_update_class(i3Window *win, xcb_get_property_reply_t *prop);
5 void window_update_name(i3Window *win, xcb_get_property_reply_t *prop);
6 void window_update_name_legacy(i3Window *win, xcb_get_property_reply_t *prop);
7
8 #endif