Searched refs:WindowRec (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-common.h113 extern WindowRec root;
117 extern WindowRec window;
H A Dprotocol-common.c38 WindowRec root;
39 WindowRec window;
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-common.h112 extern WindowRec root;
117 extern WindowRec window;
H A Dprotocol-common.c45 WindowRec root;
46 WindowRec window;
/xsrc/external/mit/xorg-server/dist/test/
H A Dxtest.c67 WindowRec root = {{0}};
/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h168 } WindowRec; typedef in typeref:struct:_Window
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h173 } WindowRec; typedef in typeref:struct:_Window
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dprivates.c393 offsetof(WindowRec, devPrivates), /* RT_WINDOW */
H A Dwindow.c362 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW);
642 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dprivates.c568 offsetof(WindowRec, devPrivates), /* RT_WINDOW */
H A Dwindow.c566 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW);
831 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW);

Completed in 16 milliseconds