mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
fixed rounding of things not to be rounded
This commit is contained in:
@@ -39,6 +39,9 @@ struct SRenderData {
|
||||
wlr_surface* surface = nullptr;
|
||||
int w, h;
|
||||
void* pMonitor = nullptr;
|
||||
|
||||
// for rounding
|
||||
bool dontRound = true;
|
||||
};
|
||||
|
||||
struct SKeyboard {
|
||||
|
Reference in New Issue
Block a user