wayland: implement ext-transient-seat-v1
This commit is contained in:
parent
b924393746
commit
25f363d086
9 changed files with 178 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ bitflags! {
|
|||
CAP_JAY_COMPOSITOR = 1 << 5,
|
||||
CAP_LAYER_SHELL = 1 << 6,
|
||||
CAP_SCREENCOPY_MANAGER = 1 << 7,
|
||||
CAP_SEAT_MANAGER = 1 << 8,
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone, Hash, Ord, PartialOrd, Eq, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue