~adnano/wmenu

f6aad95eb382bc9f11c11910f5ca400e30987912 — Mykyta Holubakha 4 months ago 9ee9da3
Drop render_frame on surface_enter
1 files changed, 0 insertions(+), 1 deletions(-)

M main.c
M main.c => main.c +0 -1
@@ 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 = {