mirror of
https://github.com/swaywm/sway
synced 2024-11-18 19:03:59 +01:00
4611bba3db
Please don't complain to me about the performance of this
8 lines
119 B
C
8 lines
119 B
C
#ifndef _SWAY_RENDER_H
|
|
#define _SWAY_RENDER_H
|
|
#include <wlc/wlc.h>
|
|
|
|
void render_view_borders(wlc_handle view);
|
|
|
|
#endif
|