Searched refs:XCheckTypedEvent (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | clipboard.c | 1745 if (XCheckTypedEvent(dpy, PropertyNotify, &event) in clip_x11_request_selection() 1746 || XCheckTypedEvent(dpy, SelectionNotify, &event) in clip_x11_request_selection() 1747 || XCheckTypedEvent(dpy, SelectionRequest, &event)) in clip_x11_request_selection()
|
| H A D | gui_gtk_vms.h | 101 #define XCheckTypedEvent XCHECKTYPEDEVENT macro
|
| H A D | gui_x11.c | 2817 if (XCheckTypedEvent(gui.dpy, NoExpose, &event)) in gui_x11_check_copy_area() 2820 if (XCheckTypedEvent(gui.dpy, GraphicsExpose, &event)) in gui_x11_check_copy_area()
|