pub fn rotate_properties<'c, 'input, Conn>(
conn: &'c Conn,
window: Window,
delta: i16,
atoms: &'input [Atom],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,
pub fn rotate_properties<'c, 'input, Conn>(
conn: &'c Conn,
window: Window,
delta: i16,
atoms: &'input [Atom],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,