fixed rounding of things not to be rounded
This commit is contained in:
parent
ddcd4fb767
commit
f5562941f7
2 changed files with 5 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ struct SRenderData {
|
|||
wlr_surface* surface = nullptr;
|
||||
int w, h;
|
||||
void* pMonitor = nullptr;
|
||||
|
||||
// for rounding
|
||||
bool dontRound = true;
|
||||
};
|
||||
|
||||
struct SKeyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue