mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
treewide: replace PICT_b8g8r8a8 by PIXMAN_b8g8r8a8
Try not to use old compat macros anymore, use the real ones instead. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
314540a597
commit
7939ec278d
@@ -184,7 +184,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
|
||||
formats[nformats].format = PIXMAN_x8r8g8b8;
|
||||
formats[nformats].depth = 32;
|
||||
nformats++;
|
||||
formats[nformats].format = PICT_b8g8r8a8;
|
||||
formats[nformats].format = PIXMAN_b8g8r8a8;
|
||||
formats[nformats].depth = 32;
|
||||
nformats++;
|
||||
formats[nformats].format = PICT_b8g8r8x8;
|
||||
|
||||
Reference in New Issue
Block a user