Create wl_surface object and attach already created wl_buffer to it

This commit is contained in:
2025-04-24 01:29:54 -07:00
parent aed1525c06
commit 0be889b758
5 changed files with 125 additions and 8 deletions

View File

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