#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(raw_pointer_derive)]
extern crate libc;
#[macro_use]
mod link;
mod internal;
pub mod glx;
pub mod keysym;
pub mod xcursor;
pub mod xf86vmode;
pub mod xlib;
pub mod xmu;
pub mod xrender;
pub mod xt;