fixed rounding of things not to be rounded

This commit is contained in:
vaxerski
2022-04-05 18:32:06 +02:00
parent ddcd4fb767
commit f5562941f7
2 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ struct SRenderData {
wlr_surface* surface = nullptr;
int w, h;
void* pMonitor = nullptr;
// for rounding
bool dontRound = true;
};
struct SKeyboard {