i3bar: send XEMBED_EMBEDDED_NOTIFY after reparenting/mapping tray clients

This commit is contained in:
Michael Stapelberg
2011-08-17 00:44:03 +02:00
parent 737cd10bdf
commit 893878cbcc
4 changed files with 31 additions and 4 deletions

View File

@ -18,6 +18,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 */
int xe_version; /* The XEMBED version supported by the client */
TAILQ_ENTRY(trayclient) tailq; /* Pointer for the TAILQ-Macro */
};