Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1375 static Atom timestamp_atom; // Used to get a timestamp variable
1388 timestamp_atom = XInternAtom(dpy, "TIMESTAMP", False); in x11_setup_atoms()
1564 xproperty->atom, 0, 0, False, timestamp_atom, &actual_type, &format, in clip_x11_timestamp_cb()
1572 if (actual_type != timestamp_atom || format != 32) in clip_x11_timestamp_cb()
1817 cbd->sel_atom, timestamp_atom, 32, PropModeAppend, NULL, 0)) in clip_x11_own_selection()