Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c127 static const GtkTargetEntry selection_targets[] = variable
137 #define N_SELECTION_TARGETS ARRAY_LENGTH(selection_targets)
3364 if (!clip_html && selection_targets[i].info == TARGET_HTML) in gui_gtk_set_selection_targets()
3367 targets[j++] = selection_targets[i]; in gui_gtk_set_selection_targets()
6613 if (!clip_html && selection_targets[i].info == TARGET_HTML) in clip_mch_request_selection()
6616 target = gdk_atom_intern(selection_targets[i].target, FALSE); in clip_mch_request_selection()