From 584d2cacf18e885c8b88e5e8472f62ded00881e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 11 May 2021 22:02:20 +0200 Subject: [PATCH] wayland: workaround epoll-shim defining the macro close --- wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland.c b/wayland.c index cbceb576..24d22359 100644 --- a/wayland.c +++ b/wayland.c @@ -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