// x11-rs: Rust bindings for X11 libraries
// The X11 libraries are available under the MIT license.
// These bindings are public domain.
// A recent update to rustc has cause a bunch of `improper_ctypes` warnings to pop up. I believe
// that all of the types indicated are actually pointers to zero sized structs, and not zero sized
// structs themselves. I think this may be a bug in rustc. For now, let's clean up the compile log.
extern crate libc;