Adding rounded corners patch

This commit is contained in:
bakkeby
2020-03-31 08:21:00 +02:00
parent f2673fec53
commit a560b9cb53
9 changed files with 90 additions and 1 deletions

View File

@ -87,6 +87,9 @@
#if ROTATESTACK_PATCH
#include "rotatestack.h"
#endif
#if ROUNDED_CORNERS_PATCH
#include "roundedcorners.h"
#endif
#if SCRATCHPAD_PATCH
#include "scratchpad.h"
#endif