fix fade with deco

This commit is contained in:
vaxerski 2022-06-25 20:31:54 +02:00
parent 747ff3369d
commit 2955698f28
8 changed files with 11 additions and 10 deletions

View file

@ -22,7 +22,7 @@ public:
virtual SWindowDecorationExtents getWindowDecorationExtents() = 0;
virtual void draw(SMonitor*) = 0;
virtual void draw(SMonitor*, float a) = 0;
virtual eDecorationType getDecorationType() = 0;