aboutsummaryrefslogtreecommitdiff
path: root/examples/compositor/xdg_shell.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-08-09 13:25:52 -0400
committerTony Crisci <tony@dubstepdish.com>2017-08-09 16:50:41 -0400
commit5a7595af77bdccf245dcdd9245cf0d408344f633 (patch)
tree5c9f5681abdcbbec127c0a687c0e4f811ea22eb9 /examples/compositor/xdg_shell.c
parent26edd5fb9eb4b724133f6beb6aaf634c7e0b7ba2 (diff)
use generators for wayland protocol gen
Diffstat (limited to 'examples/compositor/xdg_shell.c')
-rw-r--r--examples/compositor/xdg_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/compositor/xdg_shell.c b/examples/compositor/xdg_shell.c
index 3eaad449..5130bce6 100644
--- a/examples/compositor/xdg_shell.c
+++ b/examples/compositor/xdg_shell.c
@@ -3,7 +3,7 @@
#include <wlr/util/log.h>
#include <stdlib.h>
#include "compositor.h"
-#include "compositor/protocols/xdg-shell.h"
+#include "xdg-shell-unstable-v6-protocol.h"
static void resource_destructor(struct wl_client *client,
struct wl_resource *resource) {