Drop render_frame on surface_enter
This commit is contained in:
parent
9fb3ffa522
commit
62e9584977
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -411,7 +411,6 @@ static void surface_enter(void *data, struct wl_surface *surface,
|
||||||
struct wl_output *wl_output) {
|
struct wl_output *wl_output) {
|
||||||
struct menu_state *state = data;
|
struct menu_state *state = data;
|
||||||
state->output = wl_output_get_user_data(wl_output);
|
state->output = wl_output_get_user_data(wl_output);
|
||||||
render_frame(state);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct wl_surface_listener surface_listener = {
|
static const struct wl_surface_listener surface_listener = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue