Chase hyprland, add 0.44 pin

This commit is contained in:
Zakk
2024-10-20 22:37:52 -04:00
parent abb0a02a25
commit 8542b7cb0d
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ void CHyprEasyLabel::renderMotionString(Vector2D& bufferSize, const float scale)
}
void CHyprEasyLabel::draw(CMonitor* pMonitor, float a) {
void CHyprEasyLabel::draw(PHLMONITOR pMonitor, float a) {
if (!validMapped(m_pWindow))
return;

View File

@@ -17,7 +17,7 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
virtual void onPositioningReply(const SDecorationPositioningReply& reply);
virtual void draw(CMonitor*, float a);
virtual void draw(PHLMONITOR, float a);
virtual eDecorationType getDecorationType();

View File

@@ -3,9 +3,9 @@ name = "hyprland-easymotion"
authors = ["Zakk"]
commit_pins = [
["e93fbd7c4f991cb8ef03e433ccc4d43587923e15", "3226c48a18a88790711c9bf04af3c08ae989f370"],
["cba1ade848feac44b2eda677503900639581c3f4", "b96fc643b4b262b76515e8a40cdf35b07adc8686"]
["cba1ade848feac44b2eda677503900639581c3f4", "b96fc643b4b262b76515e8a40cdf35b07adc8686"],
["abb0a02a256041b0cd1b1d68de8c8d6de70a5b51", "0c7a7e2d569eeed9d6025f3eef4ea0690d90845d"]
]
[hyprEasymotion]
description = "Easymotion"
authors = ["Zakk"]