Home
last modified time | relevance | path

Searched refs:WindowRec (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.h112 extern WindowRec root;
117 extern WindowRec window;
H A Dprotocol-common.c42 WindowRec root;
43 WindowRec window;
/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c64 WindowRec root = {0}; in xtest_init_devices()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h170 } WindowRec; typedef
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch8 Since xserver commit 'dix: Remove WindowRec::backStorage ' ([1])
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c566 offsetof(WindowRec, devPrivates), /* RT_WINDOW */
H A Dwindow.c571 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateRootWindow()
837 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog33435 WindowRec, and we're never called with a null window. Neither can it be
91696 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 keep
136112 This commit also gets rid of the focusinout array in the WindowRec, ditching
152185 Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.