Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

Fix defocusing views #133

Closed mikkeloscar closed 8 years ago

mikkeloscar commented 8 years ago

This should make it possible to defocus all views by passing 0 to wlc_view_focus()

Note this will also defocus views if an invalid wlc_handle != 0 is passed, but I guess that is fine since you shouldn't pass an invalid handle in the first place?

Fix #132