Searched refs:userProps (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.c64 prop = (struct _Property *) pwin->optional->userProps;
133 prop = (struct _Property *) pwin->optional->userProps;
168 prop = (struct _Property *) pwin->optional->userProps;
218 prop = (struct _Property *) pwin->optional->userProps;
254 prop = (struct _Property *) pwin->optional->userProps;
293 prop = (struct _Property *) pwin->optional->userProps;
H A Dwinmultiwindowicons.c388 for (prop = (struct _Property *) pwin->optional->userProps;
H A Dwinwin32rootlesswndproc.c308 prop = (struct _Property *) pwin->optional->userProps;
363 prop = (struct _Property *) pwin->optional->userProps;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.c62 prop = (struct _Property *) pwin->optional->userProps;
130 prop = (struct _Property *) pwin->optional->userProps;
161 prop = (struct _Property *) pwin->optional->userProps;
204 prop = (struct _Property *) pwin->optional->userProps;
236 prop = (struct _Property *) pwin->optional->userProps;
272 prop = (struct _Property *) pwin->optional->userProps;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c78 pProp = pWin->userProps;
296 pProp->next = pWin->optional->userProps;
297 pWin->optional->userProps = pProp;
395 if (pWin->optional->userProps == pProp) {
397 if (!(pWin->optional->userProps = pProp->next))
401 prevProp = pWin->optional->userProps;
430 pWin->optional->userProps = NULL;
562 if (pWin->optional->userProps == pProp) {
564 if (!(pWin->optional->userProps = pProp->next))
568 prevProp = pWin->optional->userProps;
[all...]
H A Dwindow.c396 pWin->optional->userProps = NULL;
3389 if (optional->userProps != NULL)
3448 optional->userProps = NULL;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c77 pProp = pWin->userProps;
299 pProp->next = pWin->optional->userProps;
300 pWin->optional->userProps = pProp;
384 if (pWin->optional->userProps == pProp) {
386 if (!(pWin->optional->userProps = pProp->next))
391 prevProp = pWin->optional->userProps;
419 pWin->optional->userProps = NULL;
554 if (pWin->optional->userProps == pProp) {
556 if (!(pWin->optional->userProps = pProp->next))
561 prevProp = pWin->optional->userProps;
[all...]
H A Dwindow.c598 pWin->optional->userProps = NULL;
3348 if (optional->userProps != NULL)
3405 optional->userProps = NULL;
/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h88 PropertyPtr userProps; /* default: NULL */ member in struct:_WindowOpt
192 #define wUserProps(w) wUseDefault(w, userProps, NULL)
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h89 PropertyPtr userProps; /* default: NULL */ member in struct:_WindowOpt
197 #define wUserProps(w) wUseDefault(w, userProps, NULL)

Completed in 16 milliseconds