Skip to content

util: simplify wl_fixed_to_double()

Simon Ser requested to merge emersion/wayland:simplify-fixed-to-double into main

We can just use a simple division instead of bit operations with magic numbers. Readability matters more than performance here.

References: !296 (merged)

Merge request reports