Skip to content

Introduce enum wl_arg_type

Simon Ser requested to merge emersion/wayland:arg-type-enum into main

This is less cryptic to read than letters, and allows the compiler to check switch statements exhaustiveness.

Merge request reports