use generators for wayland protocol gen

This commit is contained in:
Tony Crisci 2017-08-09 13:25:52 -04:00
parent 26edd5fb9e
commit 5a7595af77
2 changed files with 16 additions and 16 deletions

View file

@ -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) {