diff --git a/src/managers/eventLoop/EventLoopManager.hpp b/src/managers/eventLoop/EventLoopManager.hpp index fe864f16..ccd70123 100644 --- a/src/managers/eventLoop/EventLoopManager.hpp +++ b/src/managers/eventLoop/EventLoopManager.hpp @@ -11,7 +11,7 @@ class CEventLoopManager { public: CEventLoopManager(); - + void enterLoop(wl_display* display, wl_event_loop* wlEventLoop); void addTimer(std::shared_ptr timer); void removeTimer(std::shared_ptr timer); diff --git a/src/render/Renderer.cpp b/src/render/Renderer.cpp index 020350df..3c107e01 100644 --- a/src/render/Renderer.cpp +++ b/src/render/Renderer.cpp @@ -1715,7 +1715,7 @@ void CHyprRenderer::damageSurface(wlr_surface* pSurface, double x, double y, dou Debug::log(ERR, "BUG THIS: No CWLSurface for surface in damageSurface!!!"); wlr_surface_get_effective_damage(pSurface, damageBox.pixman()); } - + if (scale != 1.0) damageBox.scale(scale);