correctly update/display window title/class
This commit is contained in:
7
include/window.h
Normal file
7
include/window.h
Normal file
@ -0,0 +1,7 @@
|
||||
#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);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user