renderer: add occlusion for back layers

This commit is contained in:
vaxerski
2023-07-19 16:13:55 +02:00
parent b08b72358a
commit f4f0f35c5b
5 changed files with 65 additions and 12 deletions

View File

@@ -326,6 +326,7 @@ class CWindow {
SWindowDecorationExtents getFullWindowReservedArea();
Vector2D middle();
bool opaque();
float rounding();
void onBorderAngleAnimEnd(void* ptr);
bool isInCurvedCorner(double x, double y);