Searched refs:selectionClear (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dselection.c188 event.u.selectionClear.time = time.milliseconds;
189 event.u.selectionClear.window = pSel->window;
190 event.u.selectionClear.atom = pSel->selection;
H A Dswaprep.c1037 cpswapl(from->u.selectionClear.time, to->u.selectionClear.time);
1038 cpswapl(from->u.selectionClear.window, to->u.selectionClear.window);
1039 cpswapl(from->u.selectionClear.atom, to->u.selectionClear.atom);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dselection.c185 .u.selectionClear.time = time.milliseconds,
186 .u.selectionClear.window = pSel->window,
187 .u.selectionClear.atom = pSel->selection
H A Dswaprep.c924 cpswapl(from->u.selectionClear.time, to->u.selectionClear.time);
925 cpswapl(from->u.selectionClear.window, to->u.selectionClear.window);
926 cpswapl(from->u.selectionClear.atom, to->u.selectionClear.atom);
/xsrc/external/mit/libX11/dist/src/
H A DEvToWire.c317 event->u.selectionClear.window = ev->window;
318 event->u.selectionClear.atom = ev->selection;
319 event->u.selectionClear.time = ev->time;
H A DXlibInt.c1158 ev->window = event->u.selectionClear.window;
1159 ev->selection = event->u.selectionClear.atom;
1160 ev->time = event->u.selectionClear.time;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c320 event->u.selectionClear.window = sw32(ev->window, sw);
321 event->u.selectionClear.atom = sw32(ev->selection, sw);
322 event->u.selectionClear.time = sw32(ev->time, sw);
700 ev->window = sw32(event->u.selectionClear.window, sw);
701 ev->selection = sw32(event->u.selectionClear.atom, sw);
702 ev->time = sw32(event->u.selectionClear.time, sw);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1153 } selectionClear;
1150 } selectionClear; member in union:_xEvent::__anone2852e7a360a

Completed in 16 milliseconds