Handle FocusIn events generated by clients and update decoration accordingly (Thanks mseed)
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
#ifndef _X_H
|
||||
#define _X_H
|
||||
|
||||
/** Stores the X11 window ID of the currently focused window */
|
||||
extern xcb_window_t focused_id;
|
||||
|
||||
/**
|
||||
* Initializes the X11 part for the given container. Called exactly once for
|
||||
* every container from con_new().
|
||||
|
Reference in New Issue
Block a user