diff options
Diffstat (limited to 'include/sway/tree/workspace.h')
| -rw-r--r-- | include/sway/tree/workspace.h | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h index c8220b39..efdae5a1 100644 --- a/include/sway/tree/workspace.h +++ b/include/sway/tree/workspace.h @@ -32,10 +32,9 @@ struct sway_workspace {  	enum sway_container_layout layout;  	enum sway_container_layout prev_split_layout; -	double current_gaps; -	bool has_gaps; -	double gaps_inner; -	double gaps_outer; +	int current_gaps; +	int gaps_inner; +	int gaps_outer;  	struct sway_output *output; // NULL if no outputs are connected  	list_t *floating;           // struct sway_container  | 
