mirror of
https://github.com/i3/i3.git
synced 2026-02-11 17:25:42 +00:00
9 lines
269 B
C
9 lines
269 B
C
#ifndef _WINDOW_H
|
|
#define _WINDOW_H
|
|
|
|
void window_update_class(i3Window *win, xcb_get_property_reply_t *prop);
|
|
void window_update_name(i3Window *win, xcb_get_property_reply_t *prop);
|
|
void window_update_name_legacy(i3Window *win, xcb_get_property_reply_t *prop);
|
|
|
|
#endif
|