Skip to content

wlr_input_device: remove anon union field

Isaac Freund requested to merge ifreund/wlroots:remove-input-device-union into master

This union is unnecessary since the recent input device refactor and can now be replaced by wlr_*_from_input_device() functions.

Merge request reports