Remove redundant depth argument from x_con_init(). (#2323)
This commit is contained in:
committed by
Michael Stapelberg
parent
152318bccf
commit
b2397c9f01
@ -18,7 +18,7 @@ extern xcb_window_t focused_id;
|
||||
* every container from con_new().
|
||||
*
|
||||
*/
|
||||
void x_con_init(Con *con, uint16_t depth);
|
||||
void x_con_init(Con *con);
|
||||
|
||||
/**
|
||||
* Moves a child window from Container src to Container dest.
|
||||
|
Reference in New Issue
Block a user