Give layout enum a name: layout_t
This commit is contained in:
committed by
Michael Stapelberg
parent
55a338c919
commit
96575e14a0
@ -1209,7 +1209,7 @@ void con_set_border_style(Con *con, int border_style, int border_width) {
|
||||
* new split container before).
|
||||
*
|
||||
*/
|
||||
void con_set_layout(Con *con, int layout) {
|
||||
void con_set_layout(Con *con, layout_t layout) {
|
||||
DLOG("con_set_layout(%p, %d), con->type = %d\n",
|
||||
con, layout, con->type);
|
||||
|
||||
|
Reference in New Issue
Block a user