AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
204 stars 66 forks source link

Added XScreenSaver extension support #43

Closed meh closed 8 years ago

meh commented 8 years ago

This extension was missing and I needed it, so here's a pull request.

I wasn't entirely sure on how to deal with the fact this extension adds a new event, I wanted to take advantage of the event macro in xlib so I moved that mod up above and added a #[macro_use] for it.

If that's not okay just tell me what to do :panda_face: