Bind wlr layer shell global and get layer surface

This commit is contained in:
2025-04-24 22:38:25 -07:00
parent 1e7676ddb7
commit 970c59edee
6 changed files with 92 additions and 37 deletions

View File

@@ -7,6 +7,7 @@ mod wl_shm;
mod vec_utils;
mod shm;
mod surface;
mod layer_shell;
use wl_client::WlClient;
fn main() -> Result<(), Box<dyn Error>> {