wayland: implement xdg-activation
This commit is contained in:
parent
0628a9d393
commit
41d7531cd5
26 changed files with 667 additions and 50 deletions
|
|
@ -253,6 +253,10 @@ pub mod colors {
|
|||
///
|
||||
/// Default: `#772831`.
|
||||
const 13 => CAPTURED_FOCUSED_TITLE_BACKGROUND_COLOR,
|
||||
/// The title background color of a window that has requested attention.
|
||||
///
|
||||
/// Default: `#23092c`.
|
||||
const 14 => ATTENTION_REQUESTED_BACKGROUND_COLOR,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue