aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 9c4baafd..81290ccb 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -12,6 +12,8 @@
12#include <wlr/types/wlr_gamma_control_v1.h> 12#include <wlr/types/wlr_gamma_control_v1.h>
13#include <wlr/types/wlr_matrix.h> 13#include <wlr/types/wlr_matrix.h>
14#include <wlr/types/wlr_output_layout.h> 14#include <wlr/types/wlr_output_layout.h>
15#include <wlr/types/wlr_output_management_v1.h>
16#include <wlr/types/wlr_output_power_management_v1.h>
15#include <wlr/types/wlr_output.h> 17#include <wlr/types/wlr_output.h>
16#include <wlr/types/wlr_presentation_time.h> 18#include <wlr/types/wlr_presentation_time.h>
17#include <wlr/types/wlr_compositor.h> 19#include <wlr/types/wlr_compositor.h>