X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Frender.h;h=717459e98268dd8d743134e11820f62b33c78d5e;hb=884214f14fdbd0a4a368d2a36d5e50324fa1d52a;hp=a0eca01ab72572b6eb278b4a22848e59ed628ed5;hpb=b0e2be9a6b061dd3bd3091bca31d6f3f16039aad;p=i3%2Fi3 diff --git a/include/render.h b/include/render.h index a0eca01a..717459e9 100644 --- a/include/render.h +++ b/include/render.h @@ -2,14 +2,13 @@ * 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) * * render.c: Renders (determines position/sizes) the layout tree, updating the * various rects. Needs to be pushed to X11 (see x.c) to be visible. * */ -#ifndef I3_RENDER_H -#define I3_RENDER_H +#pragma once /** * "Renders" the given container (and its children), meaning that all rects are @@ -25,5 +24,3 @@ void render_con(Con *con, bool render_fullscreen); * Returns the height for the decorations */ int render_deco_height(void); - -#endif