2 * vim:ts=4:sw=4:expandtab
4 * i3bar - an xcb-based status- and ws-bar for i3
5 * © 2010 Axel Wagner and contributors (see also: LICENSE)
12 typedef struct trayclient trayclient;
14 TAILQ_HEAD(tc_head, trayclient);
17 xcb_window_t win; /* The window ID of the tray client */
18 bool mapped; /* Whether this window is mapped */
19 int xe_version; /* The XEMBED version supported by the client */
21 TAILQ_ENTRY(trayclient)
22 tailq; /* Pointer for the TAILQ-Macro */