Searched refs:SelectionNotify (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp65 * as a property to the window and send a X11 SelectionNotify event to the
740 AssertReturn(e.type == SelectionNotify, VERR_INVALID_PARAMETER);
752 LogFlowThisFunc(("Enqueuing SelectionNotify\n"));
813 s.xselection.type = SelectionNotify;
823 LogFlowThisFunc(("Error sending SelectionNotify event to wnd=%#x\n", e.xselectionrequest.requestor));
840 s.xselection.type = SelectionNotify;
850 LogFlowThisFunc(("Error sending SelectionNotify event to wnd=%#x\n", e.xselectionrequest.requestor));
874 s.xselection.type = SelectionNotify;
883 LogFlowThisFunc(("Error sending SelectionNotify event to wnd=%#x\n", e.xselectionrequest.requestor));
929 case SelectionNotify
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DX.h210 #define SelectionNotify 31 macro
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DX.h215 #define SelectionNotify 31 macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c258 xev.xselection.type = SelectionNotify;
281 xev.xselection.type = SelectionNotify;
523 /* This function is called for SelectionNotify events.
524 The SelectionNotify event is sent from the clipboard owner to the requestor
H A Dxwin.c2584 case SelectionNotify:

Completed in 823 milliseconds