Lines Matching refs:ParentRelative
286 /* Disallow ParentRelative background on top-level windows
302 // disallow ParentRelative background state
303 if (pWin->backgroundState == ParentRelative) {
457 // Disallow ParentRelative background state on top-level windows.
459 if (pWin->backgroundState == ParentRelative) {
806 if (pWin->backgroundState == ParentRelative) {
1637 * Set the Pixmaps on all ParentRelative windows up the ancestor chain.
1646 while (pWin->backgroundState == ParentRelative) {
1648 // disallow ParentRelative background state on top level
1652 RL_DEBUG_MSG("Cleared ParentRelative on 0x%x.\n", pWin);