Cloudef / wlc

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

Fix: Typo in wlc_view_set_parent #254

Closed kozec closed 7 years ago

kozec commented 7 years ago

wlc_view_set_parent tries to convert parent view into 'parent' type, which is nowhere to be found.

Fixing it to convert_from_wlc_handle(parent, "view") seems to work as expected.