Home
last modified time | relevance | path

Searched refs:numWindows (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c147 icws->numWindows++; in xnestCountInstalledColormapWindows()
173 xnestSameInstalledColormapWindows(Window *windows, int numWindows) in xnestSameInstalledColormapWindows() argument
175 if (xnestNumOldInstalledColormapWindows != numWindows) in xnestSameInstalledColormapWindows()
185 numWindows * sizeof(Window))) in xnestSameInstalledColormapWindows()
195 int numWindows; in xnestSetInstalledColormapWindows() local
199 icws.numWindows = 0; in xnestSetInstalledColormapWindows()
201 if (icws.numWindows) { in xnestSetInstalledColormapWindows()
202 icws.windows = xallocarray(icws.numWindows + 1, sizeof(Window)); in xnestSetInstalledColormapWindows()
205 icws.windows[icws.numWindows] = xnestDefaultWindows[pScreen->myNum]; in xnestSetInstalledColormapWindows()
206 numWindows = icws.numWindows + 1; in xnestSetInstalledColormapWindows()
[all …]
H A DColor.h30 int numWindows; member