1
2
3
4
5
6
7
8
9
#![allow(non_camel_case_types)]

extern crate xcb;
extern crate libc;

pub mod ffi;

#[cfg(feature = "icccm")]
pub mod icccm;