xdg: handle show_window_menu requests

This commit is contained in:
tokyo4j 2024-09-17 00:32:02 +09:00
parent 331ded0328
commit 5326e329d5
2 changed files with 15 additions and 0 deletions

View file

@ -288,6 +288,7 @@ struct xdg_toplevel_view {
/* Events unique to xdg-toplevel views */
struct wl_listener set_app_id;
struct wl_listener request_show_window_menu;
struct wl_listener new_popup;
};