aboutsummaryrefslogtreecommitdiffstats
path: root/include/border.h
blob: 85c656e08ff20cdf74a1e98f5e2b55ea600f5b13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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);
void map_update_view_border(swayc_t *view, void *data);
int get_font_text_height(const char *font);

#endif