summaryrefslogtreecommitdiffstats
path: root/include/border.h
blob: 63cd63d29d12f618554e6225a943721c2423059c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _SWAY_BORDER_H
#define _SWAY_BORDER_H
#include <wlc/wlc.h>
#include "container.h"

void render_view_borders(wlc_handle view);
void update_view_border(swayc_t *view);
int get_font_text_height(const char *font);

#endif