Initial setup of window border rendering

Please don't complain to me about the performance of this
This commit is contained in:
Drew DeVault 2016-01-28 08:39:51 -05:00 committed by Mikkel Oscar Lyderik
parent c3a5e00b6e
commit 4611bba3db
4 changed files with 53 additions and 0 deletions

7
include/render.h Normal file
View 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