borders are now gangsta

This commit is contained in:
vaxerski
2022-05-17 13:16:37 +02:00
parent 48b8ab3f65
commit cad71218c0
8 changed files with 129 additions and 139 deletions

View File

@@ -54,6 +54,9 @@ struct SRenderData {
// for alpha settings
float alpha = 1.f;
// for decorations (border)
bool decorate = false;
};
struct SKeyboard {