]> git.sur5r.net Git - i3/i3/blob - include/window.h
bugfix: really return focus list in IPC tree dump (instead of nodes list)
[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