stumpwm / mahogany

A stumpwm like Wayland compositor
GNU General Public License v2.0
220 stars 12 forks source link

Autogenerate hrt-bindings.lisp #43

Closed sdilts closed 8 months ago

sdilts commented 8 months ago

Use a cl-bindgen batch file to auto-generate the bindings file. There are still a few bugs in cl-bindgen, but it's much better than getting mysterious crashes because you forgot to update bindings after change a header file.

Marked as WIP until developer documentation is added and https://github.com/sdilts/cl-bindgen/issues/8 is fixed.