Home
last modified time | relevance | path

Searched refs:myShell (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dclipboard.pro25 void clip_x11_request_selection(Widget myShell, Display *dpy, Clipboard_T *cbd);
26 void clip_x11_lose_selection(Widget myShell, Clipboard_T *cbd);
27 int clip_x11_own_selection(Widget myShell, Clipboard_T *cbd);
/vim-8.2.3635/src/
H A Dclipboard.c1699 Widget myShell, in clip_x11_request_selection() argument
1730 XtGetSelectionValue(myShell, cbd->sel_atom, type, in clip_x11_request_selection()
1791 clip_x11_lose_selection(Widget myShell, Clipboard_T *cbd) in clip_x11_lose_selection() argument
1793 XtDisownSelection(myShell, cbd->sel_atom, in clip_x11_lose_selection()
1794 XtLastTimestampProcessed(XtDisplay(myShell))); in clip_x11_lose_selection()
1798 clip_x11_own_selection(Widget myShell, Clipboard_T *cbd) in clip_x11_own_selection() argument
1807 if (XtOwnSelection(myShell, cbd->sel_atom, in clip_x11_own_selection()
1808 XtLastTimestampProcessed(XtDisplay(myShell)), in clip_x11_own_selection()
1816 if (!XChangeProperty(XtDisplay(myShell), XtWindow(myShell), in clip_x11_own_selection()
1821 XFlush(XtDisplay(myShell)); in clip_x11_own_selection()