]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/trayclients.h
i3bar: send XEMBED_EMBEDDED_NOTIFY after reparenting/mapping tray clients
[i3/i3] / i3bar / include / trayclients.h
index 277cd1cbd298fae9047ce264826eb242475cfc55..1113daebfdcb1403a9e0d43985d74c9607127d84 100644 (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 */
 };