mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef _SWAY_RENDER_H
|
|
#define _SWAY_RENDER_H
|
|
#include <wlc/wlc.h>
|
|
|
|
void render_view_borders(wlc_handle view);
|
|
|
|
#endif
|