X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffake_outputs.h;h=27a0d41a15e87781779aeee5d0f3c8994c361551;hb=57a9741a285725e7303035c89845fc788bb22e9f;hp=bfeba292470af38e800a553eec644becf3385a2f;hpb=cd2a1267c8de435219d3808a71b7a09288ad3585;p=i3%2Fi3 diff --git a/include/fake_outputs.h b/include/fake_outputs.h index bfeba292..27a0d41a 100644 --- a/include/fake_outputs.h +++ b/include/fake_outputs.h @@ -2,14 +2,15 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * Faking outputs is useful in pathological situations (like network X servers * which don’t support multi-monitor in a useful way) and for our testsuite. * */ -#ifndef I3_FAKE_OUTPUTS_H -#define I3_FAKE_OUTPUTS_H +#pragma once + +#include /** * Creates outputs according to the given specification. @@ -19,5 +20,3 @@ * */ void fake_outputs_init(const char *output_spec); - -#endif