]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/trayclients.h
Merge pull request #1582 from shdown/allow-escaping-backslashes
[i3/i3] / i3bar / include / trayclients.h
index 7a7e537e0027514cc07fc3fdd42e6ba4f3a288a9..1720ec3b860d68c2f4f5e86bcc7c2ce1ec8919a6 100644 (file)
@@ -14,9 +14,9 @@ typedef struct trayclient trayclient;
 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 */
+    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 */
+    TAILQ_ENTRY(trayclient) tailq; /* Pointer for the TAILQ-Macro */
 };