mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
treewide: replace PICT_r8g8b8 by PIXMAN_r8g8b8
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
35a43252ca
commit
79cda3dce3
@@ -221,7 +221,7 @@ typedef struct _alternateVisual {
|
||||
|
||||
static CompAlternateVisual altVisuals[] = {
|
||||
#if COMP_INCLUDE_RGB24_VISUAL
|
||||
{24, PICT_r8g8b8},
|
||||
{24, PIXMAN_r8g8b8},
|
||||
#endif
|
||||
{32, PIXMAN_a8r8g8b8},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user