From 5a7595af77bdccf245dcdd9245cf0d408344f633 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 9 Aug 2017 13:25:52 -0400 Subject: use generators for wayland protocol gen --- examples/compositor/xdg_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/compositor/xdg_shell.c') 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 #include #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) { -- cgit v1.2.3