rename config.h to configuration.h

This is a preparation step for the next commit.
next
Michael Stapelberg 2016-10-07 13:33:58 +02:00
parent ea0b5dd335
commit 4e9925de73
5 changed files with 4 additions and 4 deletions

View File

@ -85,6 +85,6 @@ TAILQ_HEAD(statusline_head, status_block) statusline_head;
#include "mode.h"
#include "trayclients.h"
#include "xcb.h"
#include "config.h"
#include "configuration.h"
#include "libi3.h"
#include "parse_json_header.h"

View File

@ -51,7 +51,7 @@
#include "click.h"
#include "key_press.h"
#include "floating.h"
#include "config.h"
#include "configuration.h"
#include "handlers.h"
#include "randr.h"
#include "xinerama.h"

View File

@ -4,7 +4,7 @@
* i3 - an improved dynamic tiling window manager
* © 2009 Michael Stapelberg and contributors (see also: LICENSE)
*
* include/config.h: Contains all structs/variables for the configurable
* include/configuration.h: Contains all structs/variables for the configurable
* part of i3 as well as functions handling the configuration file (calling
* the parser (src/config_parse.c) with the correct path, switching key
* bindings mode).

View File

@ -16,7 +16,7 @@
#include "data.h"
#include "tree.h"
#include "config.h"
#include "configuration.h"
#include "i3/ipc.h"