Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

Write tests for interface callbacks #29

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by Cloudef Monday Aug 17, 2015 at 22:02 GMT Originally opened as https://github.com/Cloudef/wlc/issues/42


Make sure nothing is called on wlc_init.

Make sure they are called on correct order, eg. view.request.geometry before view.created is not valid.

WLCIssuesBot commented 7 years ago

Comment by xeechou Thursday Aug 18, 2016 at 03:47 GMT


Is there anything you can debug when wlc_init returns false? I just updated my wlc-git to 0.0.5 on Archlinux and my wlc_init returned false all the time. It used to work though

WLCIssuesBot commented 7 years ago

Comment by Cloudef Thursday Aug 18, 2016 at 09:14 GMT


wlc_init implementation can't really return false. It will always kill the process with error message if something goes wrong.