Skip to content

Use wl_container_of() instead of casts

Simon Ser requested to merge emersion/wlroots:drop-casts into master

This slightly improves type safety.

The culprits were found with:

git grep -E '\([a-z0-9_ ]+ \*\)\W?[a-z]'

Merge request reports