X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fcommands_parser.h;h=b65ae93f85c51e16d49806a232bf1d272b7477a8;hp=cfa44dd5a5a03621fd04fd9f081018c297ba0b6d;hb=HEAD;hpb=dd5be77d1dcc7e7eb40ce1c33f985816fc0b8f79 diff --git a/include/commands_parser.h b/include/commands_parser.h index cfa44dd5..b65ae93f 100644 --- a/include/commands_parser.h +++ b/include/commands_parser.h @@ -2,16 +2,18 @@ * 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) * * commands.c: all command functions (see commands_parser.c) * */ #pragma once +#include + #include -/* +/** * Holds an intermediate represenation of the result of a call to any command. * When calling parse_command("floating enable, border none"), the parser will * internally use this struct when calling cmd_floating and cmd_border.