Searched refs:attri (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c3252 int attri; local in function:TileScreenSaver
3255 attri = 0;
3260 attributes[attri++] = pScreen->root->background.pixel;
3264 attributes[attri++] = None;
3272 attributes[attri++] = pScreen->root->drawable.pScreen->blackPixel;
3277 attributes[attri++] = xTrue;
3306 attributes[attri] = cursorID;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c3217 int attri; local in function:TileScreenSaver
3220 attri = 0;
3225 attributes[attri++] = pScreen->root->background.pixel;
3229 attributes[attri++] = None;
3237 attributes[attri++] = pScreen->root->drawable.pScreen->blackPixel;
3242 attributes[attri++] = xTrue;
3267 attributes[attri] = cursorID;

Completed in 16 milliseconds