X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Frender.h;h=1794b513894ea0c8583ff15400e1a66f679f39db;hb=5fc1b5d02dd43ffcc2bc7d8c99dc497cd9b94e5f;hp=a0eca01ab72572b6eb278b4a22848e59ed628ed5;hpb=d5358a749e3f4eed45144a2c78032c4163ea2367;p=i3%2Fi3 diff --git a/include/render.h b/include/render.h index a0eca01a..1794b513 100644 --- a/include/render.h +++ b/include/render.h @@ -8,8 +8,7 @@ * 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