X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fall.h;h=85397d59a3d8cad3d6205dc8baee4ed4cdf09e50;hb=988cc3ccaf59a0c25d9df47337bb9bd8826f6b31;hp=72c8c8f42ba978be2545ae61230c4c796cef899f;hpb=20b8b1a22a9946e7736a5a3760ba8fdf648293d5;p=i3%2Fi3 diff --git a/include/all.h b/include/all.h index 72c8c8f4..85397d59 100644 --- a/include/all.h +++ b/include/all.h @@ -2,7 +2,7 @@ * 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 header file includes all relevant files of i3 and the most often used * system header files. This reduces boilerplate (the amount of code duplicated @@ -10,8 +10,8 @@ * compile-time. * */ -#ifndef _ALL_H -#define _ALL_H +#ifndef I3_ALL_H +#define I3_ALL_H #include #include @@ -35,6 +35,9 @@ #include #include +#include +#include + /* Contains compatibility definitions for old libxcb versions */ #ifdef XCB_COMPAT #include "xcb_compat.h" @@ -51,6 +54,7 @@ #include "i3.h" #include "x.h" #include "click.h" +#include "key_press.h" #include "floating.h" #include "config.h" #include "handlers.h" @@ -73,5 +77,14 @@ #include "libi3.h" #include "startup.h" #include "scratchpad.h" +#include "commands.h" +#include "commands_parser.h" +#include "bindings.h" +#include "config_directives.h" +#include "config_parser.h" +#include "fake_outputs.h" +#include "display_version.h" +#include "restore_layout.h" +#include "main.h" #endif