diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2023-07-13 06:40:38 +0300 |
---|---|---|
committer | adnano <me@adnano.co> | 2023-07-15 18:35:15 -0400 |
commit | 62e9584977639782d1d9288d8220069595e34ddc (patch) | |
tree | b94458b171aff03a276662bc8334efb15aba560c | |
parent | 9fb3ffa5221e91f61ad5476c5cf226ab8789ed3e (diff) | |
download | wmenu-62e9584977639782d1d9288d8220069595e34ddc.tar.gz |
Drop render_frame on surface_enter
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 = { |