mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
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:
@@ -758,7 +758,6 @@ RADEONQueryBestSize(
|
||||
#define FOURCC_RGB24 0x00000000
|
||||
#define FOURCC_RGBT16 0x54424752
|
||||
#define FOURCC_RGB16 0x32424752
|
||||
#define FOURCC_RGBA32 0x41424752
|
||||
|
||||
static int
|
||||
RADEONQueryImageAttributes(
|
||||
|
||||
Reference in New Issue
Block a user