| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.h | 12 int x, int y, int w, int h, int bw, bool sendEvent);
|
| H A D | win_decorations.c | 78 bool sendEvent) /* whether or not to force a send */ 174 sendEvent = true; 456 if(sendEvent) { 77 SetupFrame(TwmWindow * tmp_win,int x,int y,int w,int h,int bw,bool sendEvent) argument
|
| H A D | event_handlers.c | 3686 bool sendEvent; local in function:HandleConfigureRequest 3735 sendEvent = false; 3765 sendEvent = true; 3828 sendEvent = true; 3842 SetupFrame(Tmp_win, x, y, width, height, bw, sendEvent);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.h | 76 Bool sendEvent);
|
| H A D | resize.c | 758 * \param sendEvent whether or not to force a send 762 Bool sendEvent) 795 sendEvent = TRUE; 885 if (sendEvent) { 761 SetupFrame(TwmWindow * tmp_win,int x,int y,int w,int h,int bw,Bool sendEvent) argument
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbActions.c | 1244 XkbAction *act, int *sendEvent) 1270 *sendEvent = 1; 1279 *sendEvent = _XkbFilterSetState(xkbi, filter, key, act); 1284 *sendEvent = _XkbFilterLatchState(xkbi, filter, key, act); 1289 *sendEvent = _XkbFilterLockState(xkbi, filter, key, act); 1293 *sendEvent = _XkbFilterISOLock(xkbi, filter, key, act); 1297 *sendEvent = _XkbFilterPointerMove(xkbi, filter, key, act); 1303 *sendEvent = _XkbFilterPointerBtn(xkbi, filter, key, act); 1306 *sendEvent = XkbDDXTerminateServer(dev, key, act); 1310 *sendEvent 1243 XkbActionGetFilter(DeviceIntPtr dev,DeviceEvent * event,KeyCode key,XkbAction * act,int * sendEvent) argument 1348 int sendEvent; local in function:XkbHandleActions [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbActions.c | 1068 int changed,sendEvent; local in function:XkbHandleActions 1093 sendEvent = 1; 1104 sendEvent = _XkbApplyFilters(xkbi,key,&act); 1105 if (sendEvent) { 1110 sendEvent = _XkbFilterSetState(xkbi,filter,key,&act); 1115 sendEvent=_XkbFilterLatchState(xkbi,filter,key,&act); 1120 sendEvent=_XkbFilterLockState(xkbi,filter,key,&act); 1124 sendEvent=_XkbFilterISOLock(xkbi,filter,key,&act); 1128 sendEvent= _XkbFilterPointerMove(xkbi,filter,key,&act); 1134 sendEvent [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | shm.c | 532 if ((stuff->sendEvent != xTrue) && (stuff->sendEvent != xFalse)) 612 if (stuff->sendEvent) 746 Bool sendEvent, isRoot; local in function:ProcPanoramiXShmPutImage 765 sendEvent = stuff->sendEvent; 766 stuff->sendEvent = 0; 768 if(!j) stuff->sendEvent = sendEvent;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | shmproto.h | 110 CARD8 sendEvent; member in struct:_ShmPutImage
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | shm.c | 529 if ((stuff->sendEvent != xTrue) && (stuff->sendEvent != xFalse)) 600 if (stuff->sendEvent) { 740 Bool sendEvent, isRoot; local in function:ProcPanoramiXShmPutImage 759 sendEvent = stuff->sendEvent; 760 stuff->sendEvent = 0; 763 stuff->sendEvent = sendEvent;
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XShm.c | 348 req->sendEvent = send_event;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Application.m | 246 - (void) sendEvent:(NSEvent *)e 252 [super sendEvent:e]; 472 [super sendEvent:e];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Application.m | 221 - (void) sendEvent:(NSEvent *)e { 400 if (for_appkit) [super sendEvent:e];
|