Added a rounding rule

This commit is contained in:
vaxerski
2022-05-28 17:48:01 +02:00
parent 7d442d4851
commit 7f1f14fe85
5 changed files with 16 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ struct SRenderData {
// for decorations (border)
bool decorate = false;
// for custom round values
int rounding = -1; // -1 means not set
};
struct SKeyboard {