This is identical to the wlr protocol, and Smithay has implementations for both. New clients should use the `ext` protocol where present. Not sure how widely used it is yet, but we probably should have both for now.
4 lines
60 B
Rust
4 lines
60 B
Rust
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
mod ext;
|
|
mod wlr;
|