]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/outputs.h
Merge branch 'master' into next
[i3/i3] / i3bar / include / outputs.h
index 41712ac363a23fc00da22bf89605deafe6cf74ce..c6402a5b620b987569769862e2d5b02890bb9cba 100644 (file)
@@ -47,6 +47,7 @@ struct i3_output {
     xcb_gcontext_t bargc;         /* The graphical context of the bar */
 
     struct ws_head *workspaces;   /* The workspaces on this output */
+    struct tc_head *trayclients;  /* The tray clients on this output */
 
     SLIST_ENTRY(i3_output) slist; /* Pointer for the SLIST-Macro */
 };