From a8f7b58e4962e16b6f56f7b6aa38d7eaab95d67c Mon Sep 17 00:00:00 2001 From: rogueai Date: Mon, 5 May 2025 15:05:33 +0200 Subject: [PATCH] Fix alpine build failures --- swaybar/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaybar/input.c b/swaybar/input.c index 54e1d5cde..f484618bf 100644 --- a/swaybar/input.c +++ b/swaybar/input.c @@ -147,8 +147,8 @@ static void wl_pointer_enter(void *data, struct wl_pointer *wl_pointer, static void wl_pointer_leave(void *data, struct wl_pointer *wl_pointer, uint32_t serial, struct wl_surface *surface) { -#if HAVE_TRAY struct swaybar_seat *seat = data; +#if HAVE_TRAY struct swaybar_config *config = seat->bar->config; if (!config->tray_hidden && dbusmenu_pointer_leave(data, wl_pointer, serial, surface)) {