1
0
Fork 0
forked from wry/wry

autocommit 2022-04-28 15:41:12 CEST

This commit is contained in:
Julian Orth 2022-04-28 15:41:12 +02:00
parent 19aef8c58a
commit bd63f3f5f1

View file

@ -12,9 +12,7 @@ use {
thiserror::Error, thiserror::Error,
}; };
#[allow(dead_code)]
pub const BACKGROUND: u32 = 0; pub const BACKGROUND: u32 = 0;
#[allow(dead_code)]
pub const BOTTOM: u32 = 1; pub const BOTTOM: u32 = 1;
pub const TOP: u32 = 2; pub const TOP: u32 = 2;
pub const OVERLAY: u32 = 3; pub const OVERLAY: u32 = 3;