From a1b5b93d299bfe129f2b3409a7f642049fcce1d6 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Tue, 5 Jun 2018 17:56:32 -0400 Subject: Store sway_outputs so that they can be reenabled --- include/sway/output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/output.h') diff --git a/include/sway/output.h b/include/sway/output.h index be19d7b2..22c84039 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -45,4 +45,5 @@ void output_damage_whole_container(struct sway_output *output, struct sway_container *output_by_name(const char *name); +void output_enable(struct sway_output *output); #endif -- cgit v1.2.3-54-g00ecf