mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
wayland: add support for security-context-v1
This commit is contained in:
parent
15135465d9
commit
65f7499f1c
9 changed files with 72 additions and 4 deletions
|
|
@ -335,6 +335,7 @@ struct server {
|
|||
struct wlr_text_input_manager_v3 *text_input_manager;
|
||||
|
||||
struct wlr_tablet_manager_v2 *tablet_manager;
|
||||
struct wlr_security_context_manager_v1 *security_context_manager_v1;
|
||||
|
||||
/* Set when in cycle (alt-tab) mode */
|
||||
struct osd_state {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ struct window_rule {
|
|||
char *identifier;
|
||||
char *title;
|
||||
int window_type;
|
||||
char *sandbox_engine;
|
||||
char *sandbox_app_id;
|
||||
bool match_once;
|
||||
|
||||
enum window_rule_event event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue