mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 19:05:58 +01:00
style: run clang-format
This commit is contained in:
parent
db91d949f7
commit
63e3668529
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
class CEventLoopManager {
|
class CEventLoopManager {
|
||||||
public:
|
public:
|
||||||
CEventLoopManager();
|
CEventLoopManager();
|
||||||
|
|
||||||
void enterLoop(wl_display* display, wl_event_loop* wlEventLoop);
|
void enterLoop(wl_display* display, wl_event_loop* wlEventLoop);
|
||||||
void addTimer(std::shared_ptr<CEventLoopTimer> timer);
|
void addTimer(std::shared_ptr<CEventLoopTimer> timer);
|
||||||
void removeTimer(std::shared_ptr<CEventLoopTimer> timer);
|
void removeTimer(std::shared_ptr<CEventLoopTimer> timer);
|
||||||
|
|
|
@ -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!!!");
|
Debug::log(ERR, "BUG THIS: No CWLSurface for surface in damageSurface!!!");
|
||||||
wlr_surface_get_effective_damage(pSurface, damageBox.pixman());
|
wlr_surface_get_effective_damage(pSurface, damageBox.pixman());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (scale != 1.0)
|
if (scale != 1.0)
|
||||||
damageBox.scale(scale);
|
damageBox.scale(scale);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue