Searched refs:xselection (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardxevents.c470 event.xselection.selection);
480 if (event.xselection.property == None)
482 if (event.xselection.target == XA_STRING)
489 else if (event.xselection.target == atomUTF8String)
495 event.xselection.selection,
506 else if (event.xselection.target == atomCompoundText)
512 event.xselection.selection,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m570 reply->xselection.type = SelectionNotify;
571 reply->xselection.selection = e->selection;
572 reply->xselection.target = e->target;
573 reply->xselection.requestor = e->requestor;
574 reply->xselection.time = e->time;
575 reply->xselection.property = None;
584 DB ("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor);
586 XSendEvent (xpbproxy_dpy, reply->xselection.requestor, False, 0, reply);
651 reply.xselection
[all...]
H A Dx-input.m110 [xpbproxy_selection_object () notify_event:&e.xselection];
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m551 reply->xselection.type = SelectionNotify;
552 reply->xselection.selection = e->selection;
553 reply->xselection.target = e->target;
554 reply->xselection.requestor = e->requestor;
555 reply->xselection.time = e->time;
556 reply->xselection.property = None;
565 DebugF("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor);
567 XSendEvent(xpbproxy_dpy, reply->xselection.requestor, False, 0, reply);
639 reply.xselection
[all...]
H A Dx-input.m108 [xpbproxy_selection_object () notify_event:&e.xselection];
/xsrc/external/mit/ctwm/dist/
H A Devent_core.c415 EventTime = ev->xselection.time;
H A Devent_utils.c158 return e->xselection.requestor; /* same */
/xsrc/external/mit/twm/dist/src/
H A Devents.c217 lastTimestamp = ev->xselection.time;
267 case SelectionNotify: return e->xselection.requestor; /* same */
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h996 XSelectionEvent xselection; member in union:_XEvent
/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c544 tmEvent->event.eventCode = event->xselection.selection;

Completed in 18 milliseconds