This commit is contained in:
2026-01-10 19:54:53 +07:00
parent 81e8a9d331
commit f603e09530
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ void xdg_popup_commit(struct wl_listener *listener, void *data)
void xdg_popup_destroy(struct wl_listener *listener, void *data)
{
struct absinthe_popup *popup = wl_container_of(listener, popup, commit);
struct absinthe_popup *popup = wl_container_of(listener, popup, destroy);
wl_list_remove(&popup->commit.link);
wl_list_remove(&popup->destroy.link);