mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
treewide: replace PICT_r5g6b5 by PIXMAN_r5g6b5
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
3786a77ed3
commit
b736739892
@@ -263,7 +263,7 @@ PictureCreateDefaultFormats(ScreenPtr pScreen, int *nformatp)
|
||||
if (pDepth->depth >= 16) {
|
||||
addFormat(formats, &nformats, PICT_a1r5g5b5, pDepth->depth);
|
||||
addFormat(formats, &nformats, PICT_a1b5g5r5, pDepth->depth);
|
||||
addFormat(formats, &nformats, PICT_r5g6b5, pDepth->depth);
|
||||
addFormat(formats, &nformats, PIXMAN_r5g6b5, pDepth->depth);
|
||||
addFormat(formats, &nformats, PICT_b5g6r5, pDepth->depth);
|
||||
addFormat(formats, &nformats, PICT_a4r4g4b4, pDepth->depth);
|
||||
addFormat(formats, &nformats, PICT_a4b4g4r4, pDepth->depth);
|
||||
|
||||
Reference in New Issue
Block a user