Add tapresize patch

This commit is contained in:
verschmelzen
2021-03-30 22:31:45 +03:00
parent 4751d7388d
commit 07277cc460
6 changed files with 71 additions and 0 deletions

View File

@ -268,6 +268,9 @@
#if TAGSWAPMON_PATCH
#include "tagswapmon.c"
#endif
#if TAPRESIZE_PATCH
#include "tapresize.c"
#endif
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif