gtk/gdk/wayland/cursor
Matthias Clasen f627c9443e wayland: Quiet an ubsan complaint
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.
2024-02-22 19:57:02 -05:00
..
meson.build build: Use a consistent style for Meson files 2020-12-15 12:46:59 +00:00
os-compatibility.c gdk/wayland/cursor/os-compatibility: fix build when memfd_create is not available 2021-04-27 11:46:39 -05:00
os-compatibility.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
wayland-cursor.c wayland: Don't leak cursor structs 2023-06-04 07:58:24 -04:00
wayland-cursor.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
xcursor.c wayland: Quiet an ubsan complaint 2024-02-22 19:57:02 -05:00
xcursor.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00