Searched refs:vimenc_atom (Results 1 – 2 of 2) sorted by relevance
1370 static Atom vimenc_atom; // Vim's extended selection format variable1381 vimenc_atom = XInternAtom(dpy, VIMENC_ATOM_NAME,False); in x11_setup_atoms()1428 array[i++] = vimenc_atom; in clip_x11_convert_selection_cb()1445 && *target != vimenc_atom in clip_x11_convert_selection_cb()1462 if (*target == vimenc_atom) in clip_x11_convert_selection_cb()1505 else if (*target == vimenc_atom) in clip_x11_convert_selection_cb()1512 *type = vimenc_atom; in clip_x11_convert_selection_cb()1632 else if (*type == vimenc_atom) in clip_x11_request_selection_cb()1714 case 0: type = vimenc_atom; break; in clip_x11_request_selection()
181 static GdkAtom vimenc_atom = GDK_NONE; // Vim's extended selection format variable1259 else if (gtk_selection_data_get_data_type(data) == vimenc_atom) in selection_received_cb()1450 type = vimenc_atom; in selection_get_cb()3789 vimenc_atom = gdk_atom_intern(VIMENC_ATOM_NAME, FALSE); in gui_mch_init()