wayland: add support for security-context-v1

This commit is contained in:
Yuri Nesterov 2024-05-16 12:52:47 +03:00 committed by Johan Malm
parent 15135465d9
commit 65f7499f1c
9 changed files with 72 additions and 4 deletions

View file

@ -267,6 +267,8 @@ struct view_query {
char *identifier;
char *title;
int window_type;
char *sandbox_engine;
char *sandbox_app_id;
};
struct xdg_toplevel_view {