//! Pixel geometry shared between the perception layer (settle detection) and
//! the desktop wire replies.
use ;
/// A rectangle in pixel coordinates. Used both internally by the daemon's
/// settle detector and on the wire as a moving-region / damage box in
/// [`crate::daemon::SettleReply`] and [`crate::daemon::ChangedReply`].