View | Details | Raw Unified | Return to bug 152730
Collapse All | Expand All

(-)render/picture.c (+1 lines)
Lines 975-980 static PicturePtr createSourcePicture(vo Link Here
975
    pPicture = (PicturePtr) xalloc(sizeof(PictureRec));
975
    pPicture = (PicturePtr) xalloc(sizeof(PictureRec));
976
    pPicture->pDrawable = 0;
976
    pPicture->pDrawable = 0;
977
    pPicture->pFormat = 0;
977
    pPicture->pFormat = 0;
978
    pPicture->format = PICT_a8r8g8b8;  /* FIXME: is this right? */
978
    pPicture->pNext = 0;
979
    pPicture->pNext = 0;
979
980
980
    SetPictureToDefaults(pPicture);
981
    SetPictureToDefaults(pPicture);

Return to bug 152730