Give layout enum a name: layout_t

This commit is contained in:
Diego Ongaro
2013-05-21 21:28:13 -07:00
committed by Michael Stapelberg
parent 55a338c919
commit 96575e14a0
6 changed files with 19 additions and 14 deletions

View File

@ -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;