mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Initial setup of window border rendering
Please don't complain to me about the performance of this
This commit is contained in:
parent
c3a5e00b6e
commit
4611bba3db
4 changed files with 53 additions and 0 deletions
7
include/render.h
Normal file
7
include/render.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _SWAY_RENDER_H
|
||||
#define _SWAY_RENDER_H
|
||||
#include <wlc/wlc.h>
|
||||
|
||||
void render_view_borders(wlc_handle view);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue