Drop 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 62e9584977639782d1d9288d8220069595e34ddc
(DIR) parent 9fb3ffa5221e91f61ad5476c5cf226ab8789ed3e
(HTM) Author: Mykyta Holubakha <hilobakho@gmail.com>
Date: Thu, 13 Jul 2023 06:40:38 +0300
Drop render_frame on surface_enter
Diffstat:
M main.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/main.c b/main.c
@@ -411,7 +411,6 @@ static void surface_enter(void *data, struct wl_surface *surface,
struct wl_output *wl_output) {
struct menu_state *state = data;
state->output = wl_output_get_user_data(wl_output);
- render_frame(state);
}
static const struct wl_surface_listener surface_listener = {