Skip to content

xwayland: correct the type for the discrete scroll events

Peter Hutterer requested to merge whot/xserver:wip/xwayland-type-name-fix into master

Not that it actually matters since the typedef is int32_t anyway, but this theoretically avoids an erroneous call to wl_fixed_to_double() on that value.

Merge request reports