aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-14 20:55:05 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-09-14 20:55:05 -0400
commit73aab86b6d51b57d0426c5b81e36adfee6611ef1 (patch)
treef363ecbf68a6c1d3e7d86a3624df82c01e938a60 /sway/server.c
parentMerge pull request #2633 from ianyfan/view-recon-fix (diff)
downloadsway-73aab86b6d51b57d0426c5b81e36adfee6611ef1.tar.gz
sway-73aab86b6d51b57d0426c5b81e36adfee6611ef1.tar.zst
sway-73aab86b6d51b57d0426c5b81e36adfee6611ef1.zip
Postfix xdg-output headers
"Doesn't need an update" my ass...
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/server.c b/sway/server.c
index 09ebe83f..a359af9b 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -16,7 +16,7 @@
16#include <wlr/types/wlr_screencopy_v1.h> 16#include <wlr/types/wlr_screencopy_v1.h>
17#include <wlr/types/wlr_server_decoration.h> 17#include <wlr/types/wlr_server_decoration.h>
18#include <wlr/types/wlr_xcursor_manager.h> 18#include <wlr/types/wlr_xcursor_manager.h>
19#include <wlr/types/wlr_xdg_output.h> 19#include <wlr/types/wlr_xdg_output_v1.h>
20#include <wlr/util/log.h> 20#include <wlr/util/log.h>
21#include "list.h" 21#include "list.h"
22#include "sway/config.h" 22#include "sway/config.h"