This commit is contained in:
vaxerski
2022-03-17 20:22:29 +01:00
parent ab7d727532
commit bc937e3e71
12 changed files with 222 additions and 10 deletions

View File

@@ -15,4 +15,11 @@ struct SLayerSurface {
wlr_box geometry;
zwlr_layer_shell_v1_layer layer;
};
};
struct SRenderData {
wlr_output* output;
timespec* when;
int x;
int y;
};