mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-16 18:12:09 +01:00
Without the casts the bytes accesses get converted to int. but int is not guaranteed to be 4 bytes large. Even when it is 4 bytes large `bytes[3] << 24` does not fit because int is signed. |
||
---|---|---|
.. | ||
meson.build | ||
wlr_xcursor.c | ||
xcursor.c |