Home
last modified time | relevance | path

Searched defs:XEMBEDData (Results 1 – 1 of 1) sorted by relevance

/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dxembed.h17 struct XEMBEDData { struct
18 struct TrayIcon *current; /* Pointer to the currently focused icon */
19 struct XEMBEDAccel *accels; /* List of registered XEMBED accelerators */
20 int window_has_focus; /* Flag: does tray's window have focus */
21 int focus_requested; /* Flag: if there is not completed focus request */
22 Window focus_proxy; /* Window ID of XEMBED focus proxy */
23 long timestamp; /* Timestamp of current processed message */
24 Atom xa_xembed_info; /* Atom: XEMBED_INFO */
25 Atom xa_xembed; /* Atom: XEMBED */