Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h162 unsigned forcedBS:1; /* system-supplied backingStore */ member
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c505 pWin->forcedBS = FALSE; in SetWindowToDefaults()
697 pWin->forcedBS = (defaultBackingStore != NotUseful); in InitRootWindow()
951 pWin->forcedBS = TRUE; in CreateWindow()
1344 pWin->forcedBS = FALSE; in ChangeWindowAttributes()
1613 if (pWin->forcedBS && pWin->backingStore != Always) in GetWindowAttributes()