swaybar: rename state to bar

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-24 02:34:20 +01:00
parent c6fc0033e1
commit aa6ad09183
13 changed files with 274 additions and 273 deletions

View file

@ -2,12 +2,12 @@
#define _SWAYBAR_RENDER_H
#include "config.h"
#include "state.h"
#include "bar.h"
/**
* Render swaybar.
*/
void render(struct output *output, struct swaybar_config *config, struct status_line *line);
void render(struct output *output, struct config *config, struct status_line *line);
/**
* Set window height and modify internal spacing accordingly.