Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1554 XPropertyEvent *xproperty=&event->xproperty; in clip_x11_timestamp_cb() local
1558 if (event->type != PropertyNotify || xproperty->state in clip_x11_timestamp_cb()
1559 || (xproperty->atom != clip_star.sel_atom in clip_x11_timestamp_cb()
1560 && xproperty->atom != clip_plus.sel_atom)) in clip_x11_timestamp_cb()
1563 if (XGetWindowProperty(xproperty->display, xproperty->window, in clip_x11_timestamp_cb()
1564 xproperty->atom, 0, 0, False, timestamp_atom, &actual_type, &format, in clip_x11_timestamp_cb()
1576 if (XtOwnSelection(w, xproperty->atom, xproperty->time, in clip_x11_timestamp_cb()
1582 if (xproperty->atom == clip_plus.sel_atom) in clip_x11_timestamp_cb()
H A Dif_xcmdsrv.c1122 if (eventPtr->xproperty.atom != commProperty in serverEventProc()
1123 || eventPtr->xproperty.state != PropertyNewValue) in serverEventProc()
H A Dgui_gtk_x11.c701 xev.xproperty.type = PropertyNotify; in property_event()
702 xev.xproperty.atom = commProperty; in property_event()
703 xev.xproperty.window = commWindow; in property_event()
704 xev.xproperty.state = PropertyNewValue; in property_event()
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c411 if ((eventPtr->xproperty.atom != commProperty) in SendEventProc()
412 || (eventPtr->xproperty.state != PropertyNewValue)) in SendEventProc()