We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d0950 commit ed5e992Copy full SHA for ed5e992
wayland-protocols/src/wp.rs
@@ -496,3 +496,18 @@ pub mod security_context {
496
);
497
}
498
499
+
500
+#[cfg(feature = "staging")]
501
+pub mod alpha_modifier {
502
+ //! This interface allows a client to set a factor for the alpha values on a
503
+ //! surface, which can be used to offload such operations to the compositor,
504
+ //! which can in turn for example offload them to KMS.
505
506
+ #[allow(missing_docs)]
507
+ pub mod v1 {
508
+ wayland_protocol!(
509
+ "./protocols/staging/alpha-modifier/alpha-modifier-v1.xml",
510
+ []
511
+ );
512
+ }
513
+}
0 commit comments