Home
last modified time | relevance | path

Searched refs:userProps (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowclass.c62 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()
H A Dwinwin32rootlesswndproc.c298 prop = (struct _Property *) pwin->optional->userProps; in IsMouseActive()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c77 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()
H A Dwindow.c603 pWin->optional->userProps = NULL; in CreateRootWindow()
3366 if (optional->userProps != NULL) in CheckWindowOptionalNeed()
3423 optional->userProps = NULL; in MakeWindowOptional()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h88 PropertyPtr userProps; /* default: NULL */ member
194 #define wUserProps(w) wUseDefault(w, userProps, NULL)