Give layout enum a name: layout_t
This commit is contained in:
committed by
Michael Stapelberg
parent
55a338c919
commit
96575e14a0
@ -95,7 +95,7 @@ struct Config {
|
||||
char *ipc_socket_path;
|
||||
const char *restart_state_path;
|
||||
|
||||
int default_layout;
|
||||
layout_t default_layout;
|
||||
int container_stack_limit;
|
||||
int container_stack_limit_value;
|
||||
int default_border_width;
|
||||
|
Reference in New Issue
Block a user