Searched refs:userProps (Results 1 – 5 of 5) sorted by relevance
62 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetClassHint()130 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWMHints()161 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWindowRole()204 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWMNormalHints()236 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetTransientFor()272 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWMName()
298 prop = (struct _Property *) pwin->optional->userProps; in IsMouseActive()
77 pProp = pWin->userProps; in PrintPropertys()296 pProp->next = pWin->optional->userProps; in dixChangeWindowProperty()297 pWin->optional->userProps = pProp; in dixChangeWindowProperty()379 if (pWin->optional->userProps == pProp) { in DeleteProperty()381 if (!(pWin->optional->userProps = pProp->next)) in DeleteProperty()386 prevProp = pWin->optional->userProps; in DeleteProperty()414 pWin->optional->userProps = NULL; in DeleteAllWindowProperties()549 if (pWin->optional->userProps == pProp) { in ProcGetProperty()551 if (!(pWin->optional->userProps = pProp->next)) in ProcGetProperty()556 prevProp = pWin->optional->userProps; in ProcGetProperty()
603 pWin->optional->userProps = NULL; in CreateRootWindow()3366 if (optional->userProps != NULL) in CheckWindowOptionalNeed()3423 optional->userProps = NULL; in MakeWindowOptional()
88 PropertyPtr userProps; /* default: NULL */ member194 #define wUserProps(w) wUseDefault(w, userProps, NULL)