Handle FocusIn events generated by clients and update decoration accordingly (Thanks mseed)
This commit is contained in:
@ -215,4 +215,5 @@ int handle_clientleader_change(void *data, xcb_connection_t *conn,
|
||||
uint8_t state, xcb_window_t window,
|
||||
xcb_atom_t name, xcb_get_property_reply_t *prop);
|
||||
|
||||
int handle_focus_in(void *data, xcb_connection_t *conn, xcb_focus_in_event_t *event);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user