i3bar: properly handle the _XEMBED_INFO property

This commit is contained in:
Michael Stapelberg
2011-08-17 00:05:05 +02:00
parent 7df43989c9
commit 737cd10bdf
7 changed files with 129 additions and 18 deletions

View File

@ -17,6 +17,7 @@ TAILQ_HEAD(tc_head, trayclient);
struct trayclient {
xcb_window_t win; /* The window ID of the tray client */
bool mapped; /* Whether this window is mapped */
TAILQ_ENTRY(trayclient) tailq; /* Pointer for the TAILQ-Macro */
};