mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
b903f7f655
Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss.
10 lines
182 B
C
10 lines
182 B
C
#ifndef _SWAY_RENDER_H
|
|
#define _SWAY_RENDER_H
|
|
#include <wlc/wlc.h>
|
|
#include "container.h"
|
|
|
|
void render_view_borders(wlc_handle view);
|
|
void update_view_border(swayc_t *view);
|
|
|
|
#endif
|