Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h168 unsigned inhibitBGPaint:1; /* paint the background? */ member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c408 pWin->inhibitBGPaint = TRUE; in compRedirectSubwindows()
438 pWin->inhibitBGPaint = FALSE; in compFreeClientSubwindows()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c442 if (pWin->inhibitBGPaint) in miPaintWindow()