Cloudef / wlc

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

Bug in example in readme! #154

Closed johalun closed 8 years ago

johalun commented 8 years ago

Been chasing a bug like crazy for hours but finally found the issue..

Problem: Client isn't rendered (with x11 backend).

Solution: Need to add wlc_view_set_mask(view, wlc_output_get_mask(wlc_view_get_output(view))); to view_created callback (as in the more complex example.c).

Cloudef commented 8 years ago

Thanks, I'll add it.