Adding rotatestack patch

This commit is contained in:
bakkeby
2019-09-07 22:42:01 +02:00
parent 2f4916a64e
commit 7c23a59c38
7 changed files with 77 additions and 2 deletions

View File

@ -12,7 +12,11 @@
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif // CYCLELAYOUTS_PATCH
#endif
#if ROTATESTACK_PATCH
#include "rotatestack.h"
#endif
#if SYSTRAY_PATCH
#include "systray.h"