radeon: drop duplicate (and incompatible) definition of FOURCC_RGBA32

Already defined by the Xserver SDK, and we also should it's value
instead of some entirely different one.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-10-20 18:40:37 +02:00
parent bcf05aee66
commit 534776cef8

View File

@@ -758,7 +758,6 @@ RADEONQueryBestSize(
#define FOURCC_RGB24 0x00000000 #define FOURCC_RGB24 0x00000000
#define FOURCC_RGBT16 0x54424752 #define FOURCC_RGBT16 0x54424752
#define FOURCC_RGB16 0x32424752 #define FOURCC_RGB16 0x32424752
#define FOURCC_RGBA32 0x41424752
static int static int
RADEONQueryImageAttributes( RADEONQueryImageAttributes(