From 416417a54c5875abcdc257b6ad10ff086c35eefc Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 1 Sep 2016 08:18:37 -0400 Subject: Reorganize includes --- include/bar/render.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 include/bar/render.h (limited to 'include/bar/render.h') diff --git a/include/bar/render.h b/include/bar/render.h deleted file mode 100644 index 114f43f4..00000000 --- a/include/bar/render.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef _SWAYBAR_RENDER_H -#define _SWAYBAR_RENDER_H - -#include "config.h" -#include "bar.h" - -/** - * Render swaybar. - */ -void render(struct output *output, struct config *config, struct status_line *line); - -/** - * Set window height and modify internal spacing accordingly. - */ -void set_window_height(struct window *window, int height); - -/** - * Compute the size of a workspace name - */ -void workspace_button_size(struct window *window, const char *workspace_name, int *width, int *height); - -#endif /* _SWAYBAR_RENDER_H */ -- cgit v1.2.3-70-g09d2