way-cooler / rust-wlc

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

Update to latest wlc, specify which version to use for future build scripts #47

Open SnirkImmington opened 8 years ago

SnirkImmington commented 8 years ago

This will fix Immington-Industries/way-cooler#52 which is caused by a bad wlc version. Because we will lag slightly behind wlc's versions (or more if we're focused on way-cooler) and a future version could break backwards-compatibility, we need to make sure we're quickly up to date (especially with rolling-release package managers like the AUR).

Changes since 0.0.2

Ignoring changes to wlc_event_loop_add_fd and X11 support from CMake

Conveniently includes UTF-8 titles and not sending buttons presses on scrolling.

However, we may need to see if this breaks modal view rendering with "do not transform child views automatically."