Skip to content

server: use bool in struct fields

Simon Ser requested to merge emersion/wayland:server-bool into main

Use bool instead of int for boolean values, to make it more explicit what the field contains. For instance "error" is not to be confused with an error code.

This is all private API.

Merge request reports