]> git.sur5r.net Git - i3/i3/blob - include/window.h
correctly update/display window title/class
[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
7 #endif