Home
last modified time | relevance | path

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

/external/libvncserver/client_examples/
Dscrap.c282 XA_CUT_BUFFER0, format, 8, PropModeReplace, in put_scrap()
361 selection = XA_CUT_BUFFER0; in get_scrap()
533 DefaultRootWindow(SDL_Display), XA_CUT_BUFFER0, in clipboard_filter()
/external/libvncserver/x11vnc/
Dselection.c316 XA_CUT_BUFFER0, nitems/4, PROP_MAX/16, False, in cutbuffer_send()
Dxevents.c1356 if (xev.xproperty.atom == XA_CUT_BUFFER0) { in check_xevents()
1837 XChangeProperty(dpy, rootwin, XA_CUT_BUFFER0, XA_STRING, 8, in xcut_receive()
Dnox11.h6567 #define XA_CUT_BUFFER0 ((Atom) 9) macro
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch15299 - if (ev->type != PropertyNotify || ev->xproperty.atom != XA_CUT_BUFFER0)
15301 + if (ev->type != PropertyNotify || ev->xproperty.atom != XA_CUT_BUFFER0) {