Searched refs:revertTo (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetIFocus.c | 44 req->revertTo = revert_to;
|
| H A D | GetIFocus.c | 44 *revert_to = rep.revertTo;
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XGtFocus.c | 86 *revert_to = rep.revertTo;
|
| H A D | XStFocus.c | 83 req->revertTo = revert_to;
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | setfocus.c | 108 ret = SetInputFocus(client, dev, stuff->focus, stuff->revertTo,
|
| H A D | getfocus.c | 121 rep.revertTo = focus->revert;
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | setfocus.c | 106 ret = SetInputFocus(client, dev, stuff->focus, stuff->revertTo,
|
| H A D | getfocus.c | 121 rep.revertTo = focus->revert;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 4356 * @param revertTo Specifies where the focus reverts to when window becomes 4366 CARD8 revertTo, 4378 if ((revertTo != RevertToParent) && 4379 (revertTo != RevertToPointerRoot) && 4380 (revertTo != RevertToNone) && 4381 ((revertTo != RevertToFollowKeyboard) || !followOK)) 4383 client->errorValue = revertTo; 4427 focus->revert = revertTo; 4467 stuff->revertTo, stuff->time, FALSE); 4499 rep.revertTo 4362 SetInputFocus(ClientPtr client,DeviceIntPtr dev,Window focusID,CARD8 revertTo,Time ctime,Bool followOK) argument [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XIproto.h | 716 CARD8 revertTo; member in struct:__anonacf995022008 735 CARD8 revertTo; member in struct:__anonacf995022108
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 4925 * @param revertTo Specifies where the focus reverts to when window becomes 4933 Window focusID, CARD8 revertTo, Time ctime, Bool followOK) 4942 if ((revertTo != RevertToParent) && 4943 (revertTo != RevertToPointerRoot) && 4944 (revertTo != RevertToNone) && 4945 ((revertTo != RevertToFollowKeyboard) || !followOK)) { 4946 client->errorValue = revertTo; 4985 focus->revert = revertTo; 5025 stuff->revertTo, stuff->time, FALSE); 5053 .revertTo 4931 SetInputFocus(ClientPtr client,DeviceIntPtr dev,Window focusID,CARD8 revertTo,Time ctime,Bool followOK) argument [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 617 CARD8 revertTo; 1572 CARD8 revertTo; 615 CARD8 revertTo; member in struct:__anone2852e7a1c08 1568 CARD8 revertTo; member in struct:__anone2852e7a7108
|
Completed in 27 milliseconds