aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config/output.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 18:10:43 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 18:11:03 -0400
commit8d6bce02afc656bf792815ed68121f4e614cd175 (patch)
treeb28c55c464feb85c61f314a26487404fd63f4fb3 /sway/config/output.c
parentRender layer surfaces and respect exclusive zone (diff)
downloadsway-8d6bce02afc656bf792815ed68121f4e614cd175.tar.gz
sway-8d6bce02afc656bf792815ed68121f4e614cd175.tar.zst
sway-8d6bce02afc656bf792815ed68121f4e614cd175.zip
Address review feedback
Diffstat (limited to 'sway/config/output.c')
-rw-r--r--sway/config/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config/output.c b/sway/config/output.c
index c4168b4f..9e211861 100644
--- a/sway/config/output.c
+++ b/sway/config/output.c
@@ -4,9 +4,9 @@
4#include <string.h> 4#include <string.h>
5#include <signal.h> 5#include <signal.h>
6#include <sys/wait.h> 6#include <sys/wait.h>
7#include <unistd.h>
7#include <wlr/types/wlr_output.h> 8#include <wlr/types/wlr_output.h>
8#include <wlr/types/wlr_output_layout.h> 9#include <wlr/types/wlr_output_layout.h>
9#include <unistd.h>
10#include "sway/config.h" 10#include "sway/config.h"
11#include "sway/output.h" 11#include "sway/output.h"
12#include "log.h" 12#include "log.h"