Adding sticky and warp patches

This commit is contained in:
bakkeby
2019-09-15 00:43:35 +02:00
parent 713c4e6197
commit 30e0a3b5e4
11 changed files with 83 additions and 5 deletions

View File

@ -58,6 +58,10 @@
#include "setborderpx.c"
#endif
#if STICKY_PATCH
#include "sticky.c"
#endif
#if SYSTRAY_PATCH
#include "systray.c"
#endif
@ -78,6 +82,10 @@
#include "vanitygaps.c"
#endif
#if WARP_PATCH
#include "warp.c"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
#endif