wlc icon indicating copy to clipboard operation
wlc copied to clipboard

Write tests for interface callbacks

Open Cloudef opened this issue 9 years ago • 2 comments

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.

Cloudef avatar Aug 17 '15 22:08 Cloudef

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

xeechou avatar Aug 18 '16 03:08 xeechou

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

Cloudef avatar Aug 18 '16 09:08 Cloudef