X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3bar%2Finclude%2Ftrayclients.h;h=7a7e537e0027514cc07fc3fdd42e6ba4f3a288a9;hb=cacc199a6837868a67c4f546df5bd32972d6cc5c;hp=1113daebfdcb1403a9e0d43985d74c9607127d84;hpb=57e7266da4d5576878375a722f0f186e70fc2ee3;p=i3%2Fi3 diff --git a/i3bar/include/trayclients.h b/i3bar/include/trayclients.h index 1113daeb..7a7e537e 100644 --- a/i3bar/include/trayclients.h +++ b/i3bar/include/trayclients.h @@ -1,13 +1,11 @@ /* - * i3bar - an xcb-based status- and ws-bar for i3 - * - * © 2010-2011 Axel Wagner and contributors + * vim:ts=4:sw=4:expandtab * - * See file LICNSE for license information + * i3bar - an xcb-based status- and ws-bar for i3 + * © 2010-2011 Axel Wagner and contributors (see also: LICENSE) * */ -#ifndef TRAYCLIENT_H_ -#define TRAYCLIENT_H_ +#pragma once #include "common.h" @@ -22,5 +20,3 @@ struct trayclient { TAILQ_ENTRY(trayclient) tailq; /* Pointer for the TAILQ-Macro */ }; - -#endif