Adding togglefullscreen patch

This commit is contained in:
bakkeby
2019-09-05 23:27:33 +02:00
parent e681ab5dd9
commit 448f8db4c2
7 changed files with 31 additions and 3 deletions

View File

@ -10,6 +10,10 @@
#include "systray.c"
#endif
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
#endif // ZOOMSWAP_PATCH
#endif