Searched refs:ancwopt (Results 1 – 2 of 2) sorted by relevance
742 WindowOptPtr ancwopt; in ScreenSaverSetAttributes() local804 ancwopt = pParent->optional; in ScreenSaverSetAttributes()805 if (!ancwopt) in ScreenSaverSetAttributes()806 ancwopt = FindWindowWithOptional(pParent)->optional; in ScreenSaverSetAttributes()808 visual = ancwopt->visual; in ScreenSaverSetAttributes()811 if ((visual != ancwopt->visual) || (depth != pParent->drawable.depth)) { in ScreenSaverSetAttributes()835 ((visual != ancwopt->visual) || (ancwopt->colormap == None))) { in ScreenSaverSetAttributes()
773 WindowOptPtr ancwopt; in CreateWindow() local797 ancwopt = pParent->optional; in CreateWindow()798 if (!ancwopt) in CreateWindow()799 ancwopt = FindWindowWithOptional(pParent)->optional; in CreateWindow()801 visual = ancwopt->visual; in CreateWindow()805 if ((visual != ancwopt->visual) || (depth != pParent->drawable.depth)) { in CreateWindow()832 ((visual != ancwopt->visual) || (ancwopt->colormap == None))) { in CreateWindow()860 if (visual != ancwopt->visual) { in CreateWindow()