mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
Revert "Render frame on surface enter"
This reverts commit e2542d34ed.
This commit causes crashes on some systems.
This commit is contained in:
parent
e2542d34ed
commit
eec775fad7
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue