Revert "Render frame on surface enter" - wmenu - 🔧 fork of wmenu
(HTM) git clone git@git.drkhsh.at/wmenu.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit eec775fad7f7b090e6de2dbfe0c242129fddba41
(DIR) parent e2542d34ed15308545125fac9bf324b32e7cf578
(HTM) Author: adnano <me@adnano.co>
Date: Fri, 21 Feb 2025 12:09:16 -0500
Revert "Render frame on surface enter"
This reverts commit e2542d34ed15308545125fac9bf324b32e7cf578.
This commit causes crashes on some systems.
Diffstat:
M wayland.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/wayland.c b/wayland.c
@@ -208,7 +208,6 @@ static void noop() {
static void surface_enter(void *data, struct wl_surface *surface, struct wl_output *wl_output) {
struct wl_context *context = data;
context->output = wl_output_get_user_data(wl_output);
- menu_render_items(context->menu);
}
static const struct wl_surface_listener surface_listener = {