mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
f627c9443e
unsigned char is promoted to int, which lacks the 32nd bit to make 0xff << 24 work. Explicitly cast to unsigned int to make it clear what we want to happen. |
||
---|---|---|
.. | ||
meson.build | ||
os-compatibility.c | ||
os-compatibility.h | ||
wayland-cursor.c | ||
wayland-cursor.h | ||
xcursor.c | ||
xcursor.h |