Lines Matching refs:backgroundState
528 pWin->backgroundState = BackgroundPixmap; in MakeRootTile()
635 pWin->backgroundState = BackgroundPixel; in CreateRootWindow()
683 pWin->backgroundState = XaceBackgroundNoneState(pWin); in InitRootWindow()
688 pWin->backgroundState = BackgroundPixel; in InitRootWindow()
882 pWin->backgroundState = XaceBackgroundNoneState(pWin); in CreateWindow()
1026 if (pWin->backgroundState == BackgroundPixmap) in FreeWindowResources()
1146 pWin->backgroundState = XaceBackgroundNoneState(pWin); in SetRootWindowBackground()
1152 pWin->backgroundState = BackgroundPixel; in SetRootWindowBackground()
1202 if (pWin->backgroundState == ParentRelative) in ChangeWindowAttributes()
1205 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1210 pWin->backgroundState = XaceBackgroundNoneState(pWin); in ChangeWindowAttributes()
1220 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1225 pWin->backgroundState = ParentRelative; in ChangeWindowAttributes()
1239 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1241 pWin->backgroundState = BackgroundPixmap; in ChangeWindowAttributes()
1253 if (pWin->backgroundState == ParentRelative) in ChangeWindowAttributes()
1255 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1257 pWin->backgroundState = BackgroundPixel; in ChangeWindowAttributes()
3241 switch (pScreen->root->backgroundState) { in TileScreenSaver()