mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
treewide: replace PICT_FORMAT_TYPE by PIXMAN_FORMAT_TYPE
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
c2c19fc7fe
commit
803355e874
@@ -444,7 +444,7 @@ miIsSolidAlpha(PicturePtr pSrc)
|
||||
pScreen = pSrc->pDrawable->pScreen;
|
||||
|
||||
/* Alpha-only */
|
||||
if (PICT_FORMAT_TYPE(pSrc->format) != PICT_TYPE_A)
|
||||
if (PIXMAN_FORMAT_TYPE(pSrc->format) != PICT_TYPE_A)
|
||||
return FALSE;
|
||||
/* repeat */
|
||||
if (!pSrc->repeat)
|
||||
|
||||
Reference in New Issue
Block a user