Use inputd's Damage everywhere instead of separate SyncRect types
This commit is contained in:
@@ -90,6 +90,8 @@ pub struct VtEvent {
|
||||
pub stride: u32,
|
||||
}
|
||||
|
||||
// Keep synced with orbital's SyncRect
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[repr(packed)]
|
||||
pub struct Damage {
|
||||
pub x: i32,
|
||||
|
||||
Reference in New Issue
Block a user