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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dquartz.c104 QuartzScreenPtr displayInfo = calloc(sizeof(QuartzScreenRec), 1); local in function:QuartzAddScreen
106 // QUARTZ_PRIV(pScreen) = displayInfo;
107 dixSetPrivate(&pScreen->devPrivates, quartzScreenKey, displayInfo);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dquartz.c117 // The clang static analyzer thinks we leak displayInfo here
120 QuartzScreenPtr displayInfo = calloc(sizeof(QuartzScreenRec), 1); local in function:QuartzAddScreen
122 // QUARTZ_PRIV(pScreen) = displayInfo;
123 dixSetPrivate(&pScreen->devPrivates, quartzScreenKey, displayInfo);

Completed in 3 milliseconds