summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-09-14 20:55:05 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-09-14 20:55:05 -0400
commitf6bede921a2794104acdff600a64a9e688745799 (patch)
treef363ecbf68a6c1d3e7d86a3624df82c01e938a60
parent921bb655833b5134b75f3f5a855c51465666407a (diff)
Postfix xdg-output headers
"Doesn't need an update" my ass...
-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 @@
#include <wlr/types/wlr_screencopy_v1.h>
#include <wlr/types/wlr_server_decoration.h>
#include <wlr/types/wlr_xcursor_manager.h>
-#include <wlr/types/wlr_xdg_output.h>
+#include <wlr/types/wlr_xdg_output_v1.h>
#include <wlr/util/log.h>
#include "list.h"
#include "sway/config.h"