X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3bar%2Finclude%2Ftrayclients.h;h=694faa483a7ac5682812094503d888ff2362f055;hb=884214f14fdbd0a4a368d2a36d5e50324fa1d52a;hp=7a7e537e0027514cc07fc3fdd42e6ba4f3a288a9;hpb=b28ddca96d58689e50becd33de8a4031f520befd;p=i3%2Fi3 diff --git a/i3bar/include/trayclients.h b/i3bar/include/trayclients.h index 7a7e537e..694faa48 100644 --- a/i3bar/include/trayclients.h +++ b/i3bar/include/trayclients.h @@ -2,7 +2,7 @@ * vim:ts=4:sw=4:expandtab * * i3bar - an xcb-based status- and ws-bar for i3 - * © 2010-2011 Axel Wagner and contributors (see also: LICENSE) + * © 2010 Axel Wagner and contributors (see also: LICENSE) * */ #pragma once @@ -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 */ };