Home
last modified time | relevance | path

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

/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dtray.h92 Atom xa_tray_opcode; /* Atom: _NET_SYSTEM_TRAY_MESSAGE_OPCODE */ member
H A Dembed.c51 tray_data.xa_tray_opcode, in send_delayed_confirmation()
116 tray_data.xa_tray_opcode, in embedder_embed()
H A Dmain.c451 if (ev.message_type == tray_data.xa_tray_opcode && tray_data.is_active) { in client_message()
536 if (ev.message_type == tray_data.xa_tray_opcode && !tray_data.is_active) in client_message()
805 tray_data.xa_tray_opcode, /* atom */ in remote_main()
H A Dxembed.c158 } else if (ev.xclient.message_type == tray_data.xa_tray_opcode) { in xembed_handle_event()
H A Dtray.c653 tray_data.xa_tray_opcode = XInternAtom(tray_data.dpy, "_NET_SYSTEM_TRAY_OPCODE", False); in tray_init_selection_atoms()