refactor: add namespace

This commit is contained in:
Ashley Wulber 2024-11-27 11:31:11 -05:00
parent 301892aaa5
commit 39d88f2ffa
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
7 changed files with 33 additions and 12 deletions

View file

@ -11,6 +11,7 @@ pub enum OverlapNotifyEvent {
},
OverlapLayerAdd {
identifier: String,
namespace: String,
exclusive: u32,
layer: Option<Layer>,
logical_rect: crate::Rectangle,