Searched refs:WindowRec (Results 1 – 8 of 8) sorted by relevance
112 extern WindowRec root;117 extern WindowRec window;
42 WindowRec root;43 WindowRec window;
64 WindowRec root = {0}; in xtest_init_devices()
170 } WindowRec; typedef
8 Since xserver commit 'dix: Remove WindowRec::backStorage ' ([1])
566 offsetof(WindowRec, devPrivates), /* RT_WINDOW */
571 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateRootWindow()837 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateWindow()
33435 WindowRec, and we're never called with a null window. Neither can it be91696 test: fix memset size for WindowRec (#37801)91758 test: fix memset size for WindowRec (#37801)99764 WindowRec has a new member 'damagedDescendants' that is used to keep136112 This commit also gets rid of the focusinout array in the WindowRec, ditching152185 Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.