pub fn clear_area<Conn>(
conn: &Conn,
exposures: bool,
window: Window,
x: i16,
y: i16,
width: u16,
height: u16,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,
pub fn clear_area<Conn>(
conn: &Conn,
exposures: bool,
window: Window,
x: i16,
y: i16,
width: u16,
height: u16,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,