wayland.shell.layer: change role static to constant
This commit is contained in:
parent
e4c7822476
commit
1c6db1e7ee
|
@ -51,7 +51,7 @@ mod types;
|
|||
pub use types::{Anchor, ExclusiveZone, KeyboardInteractivity, Layer, Margins};
|
||||
|
||||
/// The role of a wlr_layer_shell_surface
|
||||
pub static LAYER_SURFACE_ROLE: &str = "zwlr_layer_surface_v1";
|
||||
pub const LAYER_SURFACE_ROLE: &str = "zwlr_layer_surface_v1";
|
||||
|
||||
/// Attributes for layer surface
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in New Issue