rename config.h to configuration.h
This is a preparation step for the next commit.
This commit is contained in:
parent
ea0b5dd335
commit
4e9925de73
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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).
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "data.h"
|
||||
#include "tree.h"
|
||||
#include "config.h"
|
||||
#include "configuration.h"
|
||||
|
||||
#include "i3/ipc.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue