Cloudef / wlc

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

Not possible to remove focus from views using wlc_view_focus(0); #132

Closed mikkeloscar closed 8 years ago

mikkeloscar commented 8 years ago

It's currently not possible to remove focus from all views by calling wlc_view_focus(0); because passing 0 will result in a no-op. https://github.com/Cloudef/wlc/blob/master/src/compositor/view.c#L472