aboutsummaryrefslogtreecommitdiff
path: root/include/bar/render.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-09-01 08:18:37 -0400
committerDrew DeVault <sir@cmpwn.com>2016-09-01 08:18:37 -0400
commit416417a54c5875abcdc257b6ad10ff086c35eefc (patch)
tree00f20884a05d05e620a4a24bba8595557cd41405 /include/bar/render.h
parent729fdf7d9186ceba0f84b87edfd473642964227f (diff)
Reorganize includes
Diffstat (limited to 'include/bar/render.h')
-rw-r--r--include/bar/render.h22
1 files changed, 0 insertions, 22 deletions
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 */