Use 32bit visual only when needed. Thus we could drop the --enable-32bit-visual option.
This commit is contained in:
committed by
Michael Stapelberg
parent
95f510e724
commit
9d68d780e2
@ -19,7 +19,7 @@ extern xcb_window_t focused_id;
|
||||
* every container from con_new().
|
||||
*
|
||||
*/
|
||||
void x_con_init(Con *con);
|
||||
void x_con_init(Con *con, uint16_t depth);
|
||||
|
||||
/**
|
||||
* Moves a child window from Container src to Container dest.
|
||||
|
Reference in New Issue
Block a user