xdg: handle show_window_menu requests

This commit is contained in:
tokyo4j 2024-09-17 00:32:02 +09:00 committed by Johan Malm
parent 31fec2f9cb
commit 80e7b64a41
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;
};