Home
last modified time | relevance | path

Searched refs:XA_INCR (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11-wm/lxsession/lxsession-0.5.4/lxsettings-daemon/
H A Dxutils.c32 Atom XA_INCR; variable
57 XA_INCR = XInternAtom (display, "INCR", False); in init_atoms()
H A Dxutils.h33 extern Atom XA_INCR;
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/clipboard/
H A Dxutils.c32 Atom XA_INCR; variable
57 XA_INCR = XInternAtom (display, "INCR", False); in init_atoms()
H A Dxutils.h33 extern Atom XA_INCR;
H A Dcsd-clipboard-manager.c297 } else if (type == XA_INCR) { in get_property()
331 if (tdata->type != XA_INCR) in receive_incrementally()
346 (ListFindFunc) find_content_type, (void *)XA_INCR)) { in receive_incrementally()
547 if (tdata->type == XA_INCR) { in convert_clipboard_target()
583 XA_INCR, 32, PropModeReplace, in convert_clipboard_target()
784 (ListFindFunc)find_content_type, (void *)XA_INCR)) { in clipboard_manager_process_event()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/clipboard/
H A Dxutils.c33 Atom XA_INCR; variable
58 XA_INCR = XInternAtom (display, "INCR", False); in init_atoms()
H A Dxutils.h34 extern Atom XA_INCR;
H A Dmsd-clipboard-manager.c290 } else if (type == XA_INCR) { in get_property()
324 if (tdata->type != XA_INCR) in receive_incrementally()
339 (ListFindFunc) find_content_type, (void *)XA_INCR)) { in receive_incrementally()
534 if (tdata->type == XA_INCR) { in convert_clipboard_target()
559 XA_INCR, 32, PropModeReplace, in convert_clipboard_target()
767 (ListFindFunc)find_content_type, (void *)XA_INCR)) { in clipboard_manager_process_event()
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/xfsettingsd/
H A Dclipboard-manager.c90 static Atom XA_INCR = None; variable
330 } else if (type == XA_INCR) { in get_property()
365 if (tdata->type != XA_INCR) in receive_incrementally()
380 &XA_INCR, (GCompareFunc) find_content_type)) { in receive_incrementally()
575 if (tdata->type == XA_INCR) { in convert_clipboard_target()
606 XA_INCR, 32, PropModeReplace, in convert_clipboard_target()
806 … &XA_INCR, (GCompareFunc) find_content_type)) { in clipboard_manager_process_event()
909 XA_INCR = XInternAtom (display, "INCR", False); in init_atoms()
/dports/x11-wm/lxsession/lxsession-0.5.4/lxclipboard/
H A Dclipboard.c89 static Atom XA_INCR = None; variable
357 } else if (type == XA_INCR) { in get_property()
392 if (tdata->type != XA_INCR) in receive_incrementally()
407 &XA_INCR, (GCompareFunc) find_content_type)) { in receive_incrementally()
596 if (tdata->type == XA_INCR) { in convert_clipboard_target()
621 XA_INCR, 32, PropModeReplace, in convert_clipboard_target()
818 … &XA_INCR, (GCompareFunc) find_content_type)) { in clipboard_manager_process_event()
929 XA_INCR = XInternAtom (display, "INCR", False); in init_atoms()
/dports/net-im/uTox/uTox/src/xlib/
H A Dmain.h38 extern Atom XA_CLIPBOARD, XA_NET_NAME, XA_UTF8_STRING, targets, XA_INCR;
H A Dmain.c45 Atom XA_CLIPBOARD, XA_NET_NAME, XA_UTF8_STRING, targets, XA_INCR; variable
674 XA_INCR = XInternAtom(display, "INCR", false); in atom_init()
H A Devent.c595 } else if (type == XA_INCR) { in doevent()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/
H A Dui_dnd.c28 #define XA_INCR(display) (XInternAtom(display, "INCR", False)) macro
612 if (ct.encoding != XA_INCR(win->disp->display)) { in incr()
684 if (ct.encoding == XA_INCR(win->disp->display)) return SUCCESS; in selection()
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DX11App.cpp88 static Atom XA_INCR = XAtom("INCR"); in ReadPropertyData() local
97 if(type == XA_INCR) { in ReadPropertyData()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvttoolkit.h48 XA_INCR, enumerator
H A Drxvttoolkit.C1152 if (ct.encoding == display->xa[XA_INCR]) in handle_selection()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c494 if ( type != XA_INCR) { /* ordinary, single-property selection */ in query_datum()
1166 target = XA_INCR; in handle_selection_request()
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Drxvt.h599 XA_INCR, enumerator
H A Dinit.c389 h->xa[XA_INCR] = NULL; in rxvt_init_vars()
/dports/x11/xvt/xvt-3.0.1/src/
H A Dxvt.h599 XA_INCR, enumerator
H A Dinit.c389 h->xa[XA_INCR] = NULL; in xvt_init_vars()
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Drxvt.h1235 XA_INCR, enumerator
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Drxvt.h1266 XA_INCR, enumerator
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h490 #define XA_INCR pguts->atoms[AI_INCR ] macro

12