You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
226 B
11 lines
226 B
9 years ago
|
#ifndef _SWAY_BORDER_H
|
||
|
#define _SWAY_BORDER_H
|
||
9 years ago
|
#include <wlc/wlc.h>
|
||
9 years ago
|
#include "container.h"
|
||
9 years ago
|
|
||
|
void render_view_borders(wlc_handle view);
|
||
9 years ago
|
void update_view_border(swayc_t *view);
|
||
9 years ago
|
int get_font_text_height(const char *font);
|
||
9 years ago
|
|
||
|
#endif
|