sway/swaybar/render.h

18 lines
375 B
C
Raw Normal View History

2016-01-23 19:55:01 +00:00
#ifndef _SWAYBAR_RENDER_H
#define _SWAYBAR_RENDER_H
#include "config.h"
#include "state.h"
/**
* Render swaybar.
*/
void render(struct output *output, struct swaybar_config *config, struct status_line *line);
2016-01-23 23:23:09 +00:00
/**
* Set window height and modify internal spacing accordingly.
*/
void set_window_height(struct window *window, int height);
2016-01-23 19:55:01 +00:00
#endif /* _SWAYBAR_RENDER_H */