Adding inplacerotate patch

This commit is contained in:
bakkeby
2020-01-17 09:54:23 +01:00
parent bf4fdc6484
commit 83a7b16a86
7 changed files with 78 additions and 3 deletions

View File

@ -32,6 +32,9 @@
#if EWMHTAGS_PATCH
#include "ewmhtags.c"
#endif
#if EXRESIZE_PATCH
#include "exresize.c"
#endif
#if FAKEFULLSCREEN_CLIENT_PATCH
#include "fakefullscreenclient.c"
#endif
@ -47,8 +50,8 @@
#if HOLDBAR_PATCH
#include "holdbar.c"
#endif
#if EXRESIZE_PATCH
#include "exresize.c"
#if INPLACEROTATE_PATCH
#include "inplacerotate.c"
#endif
#if KILLUNSEL_PATCH
#include "killunsel.c"