Skip to content

Use 'private-code' for wayland-scanner code generation

Dominique Martinet requested to merge github/fork/martinetd/wl_scanner_code into master

They deprecated 'code' for 'public-code', but suggest using 'private-code'...

arch doesn't have that version of wayland yet, so this is only annoying me and either needs me to live with it or wait until the build bot gets the update (I have 1.14.93 but 1.15.0 just got released and should probably be there soonish)

The second question is I haven't deeply checked what difference is between public/private-code. I haven't had any problem with this using private-code (e.g. swaybar works fine) but maybe some will want to use wlroots in a way that require public-code, I don't really understand the implication of the marshaling difference.

Once something is decide here I'll push the same for sway.

Merge request reports