mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-02-14 08:48:54 +01:00
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
|