1
1
mirror of https://github.com/swaywm/sway synced 2024-11-05 18:49:41 +01:00
sway/include/border.h

11 lines
226 B
C
Raw Normal View History

#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