From 41e8599392a543a537f15447e20fd7bc8d8f2297 Mon Sep 17 00:00:00 2001 From: adnano Date: Thu, 2 May 2024 21:39:54 -0400 Subject: Add wmenu-run executable --- wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h index dbbcfdf..c5d7ce5 100644 --- a/wayland.h +++ b/wayland.h @@ -13,6 +13,7 @@ struct pool_buffer *context_get_current_buffer(struct wl_context *context); struct pool_buffer *context_get_next_buffer(struct wl_context *context, int scale); struct wl_surface *context_get_surface(struct wl_context *context); struct xkb_state *context_get_xkb_state(struct wl_context *context); +struct xdg_activation_v1 *context_get_xdg_activation(struct wl_context *context); bool context_paste(struct wl_context *context); #endif -- cgit v1.2.3