| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | Makefile.am | 36 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 D | saveset.c | 38 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_notify.c | 84 status = dixLookupWindow(¬ifies[i].window, x_notifies[i].window, client, DixGetAttrAccess);
|
| H A D | present_request.c | 97 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 D | saveset.c | 39 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xichangecursor.c | 89 rc = dixLookupWindow(&pWin, stuff->win, client, DixSetAttrAccess);
|
| H A D | chgprop.c | 111 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess);
|
| H A D | ungrdevb.c | 123 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
|
| H A D | getprop.c | 112 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
|
| H A D | getselev.c | 114 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
|
| H A D | selectev.c | 160 ret = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess);
|
| H A D | ungrdevk.c | 125 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xichangecursor.c | 87 rc = dixLookupWindow(&pWin, stuff->win, client, DixSetAttrAccess);
|
| H A D | xiwarppointer.c | 105 rc = dixLookupWindow(&dest, stuff->dst_win, client, DixGetAttrAccess); 125 rc = dixLookupWindow(&src, stuff->src_win, client, DixGetAttrAccess);
|
| H A D | chgprop.c | 110 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess);
|
| H A D | ungrdevb.c | 122 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
|
| H A D | getprop.c | 112 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
|
| H A D | getselev.c | 114 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
|
| H A D | selectev.c | 155 ret = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess);
|
| H A D | ungrdevk.c | 124 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | deprecated.c | 63 /* 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 D | pseudoramiX.c | 191 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 D | pseudoramiX.c | 241 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 D | rrxinerama.c | 125 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 D | vmwarexinerama.c | 62 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);
|