Searched refs:dixLookupWindow (Results 1 - 25 of 106) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A DMakefile.am36 protocol_xiselectevents_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,dixLookupWindow -Wl,-wrap,XISetEventMask
37 protocol_xigetselectedevents_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient -Wl,-wrap,dixLookupWindow -Wl,-wrap,AddResource
40 protocol_xiquerypointer_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient -Wl,-wrap,dixLookupWindow
41 protocol_xiwarppointer_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient -Wl,-wrap,dixLookupWindow
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dsaveset.c38 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c84 status = dixLookupWindow(&notifies[i].window, x_notifies[i].window, client, DixGetAttrAccess);
H A Dpresent_request.c97 ret = dixLookupWindow(&window, stuff->window, client, DixWriteAccess);
163 rc = dixLookupWindow(&window, stuff->window, client, DixReadAccess);
195 rc = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess);
220 r = dixLookupWindow(&window, stuff->target, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dsaveset.c39 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxichangecursor.c89 rc = dixLookupWindow(&pWin, stuff->win, client, DixSetAttrAccess);
H A Dchgprop.c111 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess);
H A Dungrdevb.c123 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
H A Dgetprop.c112 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
H A Dgetselev.c114 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
H A Dselectev.c160 ret = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess);
H A Dungrdevk.c125 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxichangecursor.c87 rc = dixLookupWindow(&pWin, stuff->win, client, DixSetAttrAccess);
H A Dxiwarppointer.c105 rc = dixLookupWindow(&dest, stuff->dst_win, client, DixGetAttrAccess);
125 rc = dixLookupWindow(&src, stuff->src_win, client, DixGetAttrAccess);
H A Dchgprop.c110 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess);
H A Dungrdevb.c122 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
H A Dgetprop.c112 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
H A Dgetselev.c114 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
H A Dselectev.c155 ret = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess);
H A Dungrdevk.c124 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddeprecated.c63 /* replaced by dixLookupWindow */
69 dixLookupWindow(&pWin, id, client, access_mode);
73 "to use dixLookupWindow().\n");
77 /* replaced by dixLookupWindow */
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DpseudoramiX.c191 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
220 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
249 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/pseudoramiX/
H A DpseudoramiX.c241 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
271 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
305 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrxinerama.c125 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
173 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
203 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarexinerama.c62 dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access) function in typeref:typename:int
142 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
197 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
254 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);

Completed in 15 milliseconds

12345