CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2023/09/06 05:42:37
Modified files:
driver/xf86-video-amdgpu/src: amdgpu_present.c drmmode_display.h
xserver/glamor : glamor.h glamor_egl.c
Log message:
unbreak build with clang-16 by fixing up function definitions to match
our uint64_t is an unsinged long long, but CARD64 is defined as unsigned long
so the function pointer types in both glamor and xf86-video-amdgpu were
mismatched and clang-16 treats that as an error
ok matthieu@
