wayland: workaround epoll-shim defining the macro close

This commit is contained in:
Daniel Eklöf 2021-05-11 22:02:20 +02:00
parent 03e1b906ab
commit 584d2cacf1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -626,7 +626,7 @@ xdg_toplevel_close(void *data, struct xdg_toplevel *xdg_toplevel)
static const struct xdg_toplevel_listener xdg_toplevel_listener = {
.configure = &xdg_toplevel_configure,
.close = &xdg_toplevel_close,
/*.close = */&xdg_toplevel_close, /* epoll-shim defines a macro close... */
};
static void