1
0
Fork 0
forked from wry/wry

autocommit 2022-01-08 19:02:10 CET

This commit is contained in:
Julian Orth 2022-01-08 19:02:11 +01:00
parent d061a5c313
commit 3336f1ab6a
37 changed files with 243 additions and 136 deletions

View file

@ -11,7 +11,8 @@ pub use types::*;
const DESTROY: u32 = 0;
const GET_SUBSURFACE: u32 = 1;
#[allow(dead_code)] const BAD_SURFACE: u32 = 0;
#[allow(dead_code)]
const BAD_SURFACE: u32 = 0;
id!(WlSubcompositorId);