wlroots-hyprland/render/allocator
Simon Ser c74f89d4f8 Avoid using memcpy() to copy structs
We can just use a regular assignment instead. This is more
type-safe since there is no need to provide the struct size.

The remaining memcpy() calls perform array copies or copies from
void pointers (which may be unaligned).
2023-08-03 14:40:28 +00:00
..
allocator.c Use struct initializers instead of memset() 2023-07-07 17:31:11 +02:00
drm_dumb.c Avoid using memcpy() to copy structs 2023-08-03 14:40:28 +00:00
gbm.c Avoid using memcpy() to copy structs 2023-08-03 14:40:28 +00:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
shm.c Avoid using memcpy() to copy structs 2023-08-03 14:40:28 +00:00