diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-09 13:25:52 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-09 16:50:41 -0400 |
commit | 5a7595af77bdccf245dcdd9245cf0d408344f633 (patch) | |
tree | 5c9f5681abdcbbec127c0a687c0e4f811ea22eb9 /examples/compositor | |
parent | 26edd5fb9eb4b724133f6beb6aaf634c7e0b7ba2 (diff) |
use generators for wayland protocol gen
Diffstat (limited to 'examples/compositor')
-rw-r--r-- | examples/compositor/xdg_shell.c | 2 |
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) { |