Adding sticky and warp patches
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user