Home
last modified time | relevance | path

Searched refs:xa_tray_selection (Results 1 – 3 of 3) sorted by relevance

/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dtray.h91 Atom xa_tray_selection; /* Atom: _NET_SYSTEM_TRAY_SELECTION_S<creen number> */ member
H A Dtray.c652 tray_data.xa_tray_selection = XInternAtom(tray_data.dpy, tray_sel_atom_name, False); in tray_init_selection_atoms()
662 tray_data.old_selection_owner = XGetSelectionOwner(tray_data.dpy, tray_data.xa_tray_selection); in tray_acquire_selection()
665 XSetSelectionOwner(tray_data.dpy, tray_data.xa_tray_selection, in tray_acquire_selection()
668 if (XGetSelectionOwner(tray_data.dpy, tray_data.xa_tray_selection) != tray_data.tray) { in tray_acquire_selection()
679 tray_data.xa_tray_selection, tray_data.tray, 0, 0); in tray_acquire_selection()
H A Dmain.c111 XSetSelectionOwner(tray_data.dpy, tray_data.xa_tray_selection, None, CurrentTime); in cleanup()
621 if (ev.selection == tray_data.xa_tray_selection) { in selection_clear()
626 tray_data.old_selection_owner = XGetSelectionOwner(tray_data.dpy, tray_data.xa_tray_selection); in selection_clear()
796 tray = XGetSelectionOwner(tray_data.dpy, tray_data.xa_tray_selection); in remote_main()