X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fxinerama.h;h=f01ee568cf35cea4ae3408cb6e4939eb77605720;hp=8c879c07fb7329c38b0c7fe8b2c5419a557d6cd7;hb=HEAD;hpb=206b96202c6cae83a1867e3266edafa5a10e327f diff --git a/include/xinerama.h b/include/xinerama.h index 8c879c07..f01ee568 100644 --- a/include/xinerama.h +++ b/include/xinerama.h @@ -2,15 +2,16 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * This is LEGACY code (we support RandR, which can do much more than * Xinerama), but necessary for the poor users of the nVidia binary * driver which does not support RandR in 2011 *sigh*. * */ -#ifndef _XINERAMA_H -#define _XINERAMA_H +#pragma once + +#include #include "data.h" @@ -20,5 +21,3 @@ * */ void xinerama_init(void); - -#endif