way-cooler / rust-wlc

[DEPRECATED] Rust bindings for wlc, the Wayland compositor library
54 stars 12 forks source link

Add a few missing wlc methods #26

Closed SnirkImmington closed 8 years ago

SnirkImmington commented 8 years ago

The methods added are:

This also adds XKBKeyState and XKBKeymap empty structs to the xkb module. These do not currently have a use and in future versions may be moved into a separate Rust xkbcommon library.

SnirkImmington commented 8 years ago

I'm going to close this for now while I work on wrapping the void* methods.

SnirkImmington commented 8 years ago

We're gonna put the void* methods in a different branch.