summaryrefslogtreecommitdiffstats
path: root/include/extensions.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-10 17:04:09 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-10 17:04:09 -0500
commit266393a705ce2b6db982a4bd048bb536ec556a85 (patch)
tree0db58965c0f61405e5087b8065dd2b0369e3ef26 /include/extensions.h
parentAdd keyboard handling shims to registry (diff)
downloadsway-266393a705ce2b6db982a4bd048bb536ec556a85.tar.gz
sway-266393a705ce2b6db982a4bd048bb536ec556a85.tar.zst
sway-266393a705ce2b6db982a4bd048bb536ec556a85.zip
Include wayland-server.h instead of -core.h
Diffstat (limited to 'include/extensions.h')
-rw-r--r--include/extensions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extensions.h b/include/extensions.h
index 872fd3bd..c677798f 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -1,7 +1,7 @@
1#ifndef _SWAY_EXTENSIONS_H 1#ifndef _SWAY_EXTENSIONS_H
2#define _SWAY_EXTENSIONS_H 2#define _SWAY_EXTENSIONS_H
3 3
4#include <wayland-server-core.h> 4#include <wayland-server.h>
5#include <wlc/wlc-wayland.h> 5#include <wlc/wlc-wayland.h>
6#include "wayland-desktop-shell-server-protocol.h" 6#include "wayland-desktop-shell-server-protocol.h"
7#include "list.h" 7#include "list.h"