Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1183 Mask index2, tmask, vmaskCopy = 0; in ChangeWindowAttributes() local
1261 vmaskCopy &= ~CWBackPixmap; in ChangeWindowAttributes()
1312 vmaskCopy &= ~CWBorderPixmap; in ChangeWindowAttributes()
1575 vmaskCopy |= index2; in ChangeWindowAttributes()
1582 (*pScreen->ChangeWindowAttributes) (pWin, vmaskCopy); in ChangeWindowAttributes()
1589 if (((vmaskCopy & (CWBorderPixel | CWBorderPixmap)) || borderRelative) in ChangeWindowAttributes()