Add support for I3_SOCKET_PATH-atom
This commit is contained in:
@@ -29,7 +29,7 @@ typedef struct xcb_colors_t xcb_colors_t;
|
||||
* Initialize xcb and use the specified fontname for text-rendering
|
||||
*
|
||||
*/
|
||||
void init_xcb();
|
||||
char *init_xcb();
|
||||
|
||||
/*
|
||||
* Initialize the colors
|
||||
|
@@ -1,4 +1,5 @@
|
||||
ATOM_DO(_NET_WM_WINDOW_TYPE)
|
||||
ATOM_DO(_NET_WM_WINDOW_TYPE_DOCK)
|
||||
ATOM_DO(_NET_WM_STRUT_PARTIAL)
|
||||
ATOM_DO(I3_SOCKET_PATH)
|
||||
#undef ATOM_DO
|
||||
|
Reference in New Issue
Block a user